aboutsummaryrefslogtreecommitdiff
path: root/lib/dvb/dvb.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/dvb/dvb.h')
-rw-r--r--lib/dvb/dvb.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/dvb/dvb.h b/lib/dvb/dvb.h
index 692ae839..7bfaa489 100644
--- a/lib/dvb/dvb.h
+++ b/lib/dvb/dvb.h
@@ -221,6 +221,9 @@ SWIG_EXTEND(ePtr<eDVBResourceManager>,
);
#ifndef SWIG
+
+class eDVBChannelFilePush;
+
/* iDVBPVRChannel includes iDVBChannel. don't panic. */
class eDVBChannel: public iDVBPVRChannel, public iFilePushScatterGather, public Object
{
@@ -272,7 +275,7 @@ private:
ePtr<eConnection> m_conn_frontendStateChanged;
/* for PVR playback */
- eFilePushThread *m_pvr_thread;
+ eDVBChannelFilePush *m_pvr_thread;
void pvrEvent(int event);
int m_pvr_fd_dst;