mirror of
https://github.com/vdr-projects/vdr.git
synced 2025-03-01 10:50:46 +00:00
Fixed the example for cReceiver in PLUGINS.html
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
Reference in New Issue
Block a user