Fix #1878
This commit is contained in:
@@ -46,7 +46,7 @@ class EXPORT Engine : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
static void init();
|
||||
static void init( bool renderOnly );
|
||||
static void destroy();
|
||||
|
||||
// core
|
||||
|
||||
@@ -382,7 +382,7 @@ private:
|
||||
} ;
|
||||
|
||||
|
||||
Mixer();
|
||||
Mixer( bool renderOnly );
|
||||
virtual ~Mixer();
|
||||
|
||||
void startProcessing( bool _needs_fifo = true );
|
||||
|
||||
Reference in New Issue
Block a user