summaryrefslogtreecommitdiff
path: root/PLUGINS.html
diff options
context:
space:
mode:
Diffstat (limited to 'PLUGINS.html')
-rw-r--r--PLUGINS.html5
1 files changed, 4 insertions, 1 deletions
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);
};
+<modified>
cMyReceiver::cMyReceiver(int Pid)
-:cReceiver(tChannelID(), -1, Pid)
+:cReceiver(NULL, -1)
{
+ AddPid(Pid);
}
+</modified>
cMyReceiver::~cMyReceiver()
{