From fef409fe23c9fb6c8114255ad045336a2b97c287 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sat, 12 Jan 2013 14:33:44 +0100 Subject: Fixed the example for cReceiver in PLUGINS.html --- PLUGINS.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'PLUGINS.html') diff --git a/PLUGINS.html b/PLUGINS.html index 859ca705..0c7d223a 100644 --- a/PLUGINS.html +++ b/PLUGINS.html @@ -1519,10 +1519,13 @@ public: cMyReceiver(int Pid); }; + cMyReceiver::cMyReceiver(int Pid) -:cReceiver(tChannelID(), -1, Pid) +:cReceiver(NULL, -1) { + AddPid(Pid); } + cMyReceiver::~cMyReceiver() { -- cgit v1.2.3