aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorghost <andreas.monzner@multimedia-labs.de>2011-02-15 23:10:29 +0100
committerghost <andreas.monzner@multimedia-labs.de>2011-02-15 23:10:29 +0100
commit2c4829db1915266f51900d5da0e98173c5b87148 (patch)
tree764deaeed8ac9a742349887a4e6ee53c2383baa0 /lib
parenta995c63c0d6c24bbe23935b901bf735c18833adb (diff)
downloadenigma2-2c4829db1915266f51900d5da0e98173c5b87148.tar.gz
enigma2-2c4829db1915266f51900d5da0e98173c5b87148.zip
idvb.h: add missing virtual
Diffstat (limited to 'lib')
-rw-r--r--lib/dvb/idvb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dvb/idvb.h b/lib/dvb/idvb.h
index 66fef391..460b613a 100644
--- a/lib/dvb/idvb.h
+++ b/lib/dvb/idvb.h
@@ -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)