summaryrefslogtreecommitdiff
path: root/vdr2pkt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'vdr2pkt.cpp')
-rw-r--r--vdr2pkt.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/vdr2pkt.cpp b/vdr2pkt.cpp
index 85c26da..b7693bd 100644
--- a/vdr2pkt.cpp
+++ b/vdr2pkt.cpp
@@ -7,9 +7,9 @@
#include "vdr2pkt.h"
-cMarkAdVDR2Pkt::cMarkAdVDR2Pkt(int RecvNumber, const char *QueueName, int QueueSize)
+cMarkAdVDR2Pkt::cMarkAdVDR2Pkt(const char *QueueName, int QueueSize)
{
- queue = new cMarkAdPaketQueue(RecvNumber,QueueName,QueueSize);
+ queue = new cMarkAdPaketQueue(QueueName,QueueSize);
}
cMarkAdVDR2Pkt::~cMarkAdVDR2Pkt()