diff options
| author | ghost <andreas.monzner@multimedia-labs.de> | 2011-02-15 23:10:29 +0100 |
|---|---|---|
| committer | ghost <andreas.monzner@multimedia-labs.de> | 2011-02-15 23:10:29 +0100 |
| commit | 2c4829db1915266f51900d5da0e98173c5b87148 (patch) | |
| tree | 764deaeed8ac9a742349887a4e6ee53c2383baa0 | |
| parent | a995c63c0d6c24bbe23935b901bf735c18833adb (diff) | |
| download | enigma2-2c4829db1915266f51900d5da0e98173c5b87148.tar.gz enigma2-2c4829db1915266f51900d5da0e98173c5b87148.zip | |
idvb.h: add missing virtual
| -rw-r--r-- | lib/dvb/idvb.h | 2 |
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) |
