diff options
Diffstat (limited to 'lib/dvb/decoder.h')
| -rw-r--r-- | lib/dvb/decoder.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dvb/decoder.h b/lib/dvb/decoder.h index a652e094..05e07ef9 100644 --- a/lib/dvb/decoder.h +++ b/lib/dvb/decoder.h @@ -131,7 +131,7 @@ private: void video_event(struct videoEvent); Signal1<void, struct videoEvent> m_video_event; int m_video_clip_fd; - eTimer m_showSinglePicTimer; + ePtr<eTimer> m_showSinglePicTimer; void finishShowSinglePic(); // called by timer public: enum { pidNone = -1 }; |
