summaryrefslogtreecommitdiffstats
path: root/src/engine/cuecontrol.h
diff options
context:
space:
mode:
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 8530accd77..fb2aa7376c 100644
--- a/src/engine/cuecontrol.h
+++ b/src/engine/cuecontrol.h
@@ -97,7 +97,7 @@ class CueControl : public EngineControl {
~CueControl() override;
void hintReader(HintVector* pHintList) override;
- bool updateIndicatorsAndModifyPlay(bool newPlay, bool playPossible);
+ bool updateIndicatorsAndModifyPlay(bool newPlay, bool oldPlay, bool playPossible);
void updateIndicators();
void resetIndicators();
bool isPlayingByPlayButton();