mirror of
https://projects.vdr-developer.org/git/vdr-plugin-streamdev.git
synced 2023-10-10 19:16:51 +02:00
- added class forward declaration for gcc >= 4.0
This commit is contained in:
parent
0b590ec826
commit
8634d82123
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user