summaryrefslogtreecommitdiff
path: root/PLUGINS.html
diff options
context:
space:
mode:
Diffstat (limited to 'PLUGINS.html')
-rw-r--r--PLUGINS.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/PLUGINS.html b/PLUGINS.html
index c44e6523..12317cc3 100644
--- a/PLUGINS.html
+++ b/PLUGINS.html
@@ -1447,7 +1447,7 @@ An instance of such a filter needs to be attached to the device from
which it shall receive data, as in
<p><table><tr><td bgcolor=#F0F0F0><pre>
-cMyFilter Filter;
+cMyFilter *Filter = new cMyFilter();
cDevice::ActualDevice()-&gt;AttachFilter(Filter);
</pre></td></tr></table><p>