summaryrefslogtreecommitdiffstats
path: root/src/mixxx.h
diff options
context:
space:
mode:
authorDaniel Schürmann <daschuer@mixxx.org>2015-04-23 22:25:15 +0200
committerDaniel Schürmann <daschuer@mixxx.org>2015-04-23 22:25:15 +0200
commit36767275f012d205a8b192b6727a73be0cfd236b (patch)
treeae66d6f235d4a5e5276c6c7ae53599b6d19a09fd /src/mixxx.h
parentafdcb662ea386dc1f891e61a0ee63393f0d5c17e (diff)
Some more CO leak fixes
Diffstat (limited to 'src/mixxx.h')
-rw-r--r--src/mixxx.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mixxx.h b/src/mixxx.h
index 2ba96554e3..3e1e176a77 100644
--- a/src/mixxx.h
+++ b/src/mixxx.h
@@ -51,7 +51,6 @@ class DlgDeveloperTools;
#include "util/timer.h"
class ControlObjectSlave;
-class ControlObjectThread;
class ControlObject;
class QTranslator;
@@ -303,7 +302,7 @@ class MixxxMainWindow : public QMainWindow {
QList<ControlObjectSlave*> m_pVinylControlEnabled;
QList<ControlObjectSlave*> m_pPassthroughEnabled;
QList<ControlObjectSlave*> m_pAuxiliaryPassthrough;
- ControlObjectThread* m_pNumDecks;
+ ControlObjectSlave* m_pNumDecks;
int m_iNumConfiguredDecks;
QList<ControlObjectSlave*> m_micTalkoverControls;
QSignalMapper* m_VCControlMapper;