- added class forward declaration for gcc >= 4.0

This commit is contained in:
lordjaxom 2005-11-07 19:28:41 +00:00
parent 0b590ec826
commit 8634d82123
1 changed files with 3 additions and 1 deletions

View File

@ -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 #ifndef VDR_STREAMEV_LIVEFILTER_H
@ -11,6 +11,8 @@
#include <vdr/filter.h> #include <vdr/filter.h>
class cStreamdevLiveStreamer;
class cStreamdevLiveFilter: public cFilter { class cStreamdevLiveFilter: public cFilter {
friend class cStreamdevLiveStreamer; friend class cStreamdevLiveStreamer;