summaryrefslogtreecommitdiffstats
path: root/src/engine/cuecontrol.h
diff options
context:
space:
mode:
authorDaniel Schürmann <daschuer@mixxx.org>2013-09-30 12:50:13 +0200
committerDaniel Schürmann <daschuer@mixxx.org>2013-09-30 12:50:13 +0200
commitc8a5c8f74e436bbe2aa5b936115cbb3690625602 (patch)
tree8818f969715ce1fee66e89003741eefdb35c320c /src/engine/cuecontrol.h
parent827869271835ad9b315162f7cb5e714cad15e0b4 (diff)
implement DENON cue behaviour, fixes bug #1224101
Diffstat (limited to 'src/engine/cuecontrol.h')
-rw-r--r--src/engine/cuecontrol.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/engine/cuecontrol.h b/src/engine/cuecontrol.h
index 2a958cbd91..4e0d2a87d2 100644
--- a/src/engine/cuecontrol.h
+++ b/src/engine/cuecontrol.h
@@ -115,6 +115,7 @@ class CueControl : public EngineControl {
void cueSimple(double v);
void cuePreview(double v);
void cueCDJ(double v);
+ void cueDenon(double v);
void cueDefault(double v);
private: