idvb.h: add missing virtual
authorghost <andreas.monzner@multimedia-labs.de>
Tue, 15 Feb 2011 22:10:29 +0000 (23:10 +0100)
committerghost <andreas.monzner@multimedia-labs.de>
Tue, 15 Feb 2011 22:10:29 +0000 (23:10 +0100)
lib/dvb/idvb.h

index 66fef391f959df2bc593869ff2aa5485ebe53dc1..460b613a30000e1e26a3cd264d8ed9c645e412b6 100644 (file)
@@ -636,7 +636,7 @@ public:
        virtual RESULT getSTC(pts_t &pts, int num=0)=0;
        virtual RESULT getCADemuxID(uint8_t &id)=0;
        virtual RESULT flush()=0;
-       int openDVR(int flags)=0;
+       virtual int openDVR(int flags)=0;
 };
 
 #if HAVE_DVB_API_VERSION < 3 && !defined(VIDEO_EVENT_SIZE_CHANGED)