summaryrefslogtreecommitdiff
path: root/demux.h
diff options
context:
space:
mode:
Diffstat (limited to 'demux.h')
-rw-r--r--demux.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/demux.h b/demux.h
index 11e0b91..00e8727 100644
--- a/demux.h
+++ b/demux.h
@@ -24,7 +24,7 @@ private:
public:
cMarkAdDemux();
~cMarkAdDemux();
- int Process(int Pid, uchar *Data, int Count, uchar **Pkt, int *PktLen);
+ int Process(MarkAdPid Pid, uchar *Data, int Count, uchar **Pkt, int *PktLen);
};
#endif