summaryrefslogtreecommitdiffstats
path: root/src/engine/cuecontrol.h
diff options
context:
space:
mode:
authorDaniel Schürmann <daschuer@mixxx.org>2015-08-04 23:38:25 +0200
committerDaniel Schürmann <daschuer@mixxx.org>2015-08-04 23:38:25 +0200
commite91fc6917fdde05b9ae438e721a7478f957d6baa (patch)
tree4f3b32917713de285d831d9e51fce85b019da96a /src/engine/cuecontrol.h
parent76f6c5d8267ca44fa80ddfcba581df57a682acf0 (diff)
Fix missmatch in play co intepretation what is play, this fixes issues when play is not 1.0 or 0.0
Diffstat (limited to 'src/engine/cuecontrol.h')
-rw-r--r--src/engine/cuecontrol.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/cuecontrol.h b/src/engine/cuecontrol.h
index c2bf342a50..226f93a468 100644
--- a/src/engine/cuecontrol.h
+++ b/src/engine/cuecontrol.h
@@ -89,7 +89,7 @@ class CueControl : public EngineControl {
virtual ~CueControl();
virtual void hintReader(HintVector* pHintList);
- double updateIndicatorsAndModifyPlay(double play, bool playPossible);
+ bool updateIndicatorsAndModifyPlay(bool newPlay, bool playPossible);
void updateIndicators();
bool isTrackAtCue();
bool getPlayFlashingAtPause();