mirror of
https://github.com/vdr-projects/vdr.git
synced 2025-03-01 10:50:46 +00:00
Fixed the cFilter example in PLUGINS.html
This commit is contained in:
@@ -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()->AttachFilter(Filter);
|
||||
</pre></td></tr></table><p>
|
||||
|
Reference in New Issue
Block a user