diff options
author | lordjaxom <lordjaxom> | 2005-11-07 19:28:41 +0000 |
---|---|---|
committer | lordjaxom <lordjaxom> | 2005-11-07 19:28:41 +0000 |
commit | 8634d821234b8c58fcaa6b400049acd5c3214eab (patch) | |
tree | 84e67dc98fcc5c416f699079a731d0da21353feb /server | |
parent | 0b590ec8261db94f515a295c0fbf4c92e78d2a55 (diff) | |
download | vdr-plugin-streamdev-8634d821234b8c58fcaa6b400049acd5c3214eab.tar.gz vdr-plugin-streamdev-8634d821234b8c58fcaa6b400049acd5c3214eab.tar.bz2 |
- added class forward declaration for gcc >= 4.0
Diffstat (limited to 'server')
-rw-r--r-- | server/livefilter.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/server/livefilter.h b/server/livefilter.h index 6c480b8..a30cba0 100644 --- a/server/livefilter.h +++ b/server/livefilter.h @@ -1,5 +1,5 @@ /* - * $Id: livefilter.h,v 1.1 2004/12/30 22:44:27 lordjaxom Exp $ + * $Id: livefilter.h,v 1.2 2005/11/07 19:28:41 lordjaxom Exp $ */ #ifndef VDR_STREAMEV_LIVEFILTER_H @@ -11,6 +11,8 @@ #include <vdr/filter.h> +class cStreamdevLiveStreamer; + class cStreamdevLiveFilter: public cFilter { friend class cStreamdevLiveStreamer; |