aboutsummaryrefslogtreecommitdiffstats
path: root/src/player/Control.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/player/Control.hxx')
-rw-r--r--src/player/Control.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/player/Control.hxx b/src/player/Control.hxx
index df2dc35be..5e7fcbdb7 100644
--- a/src/player/Control.hxx
+++ b/src/player/Control.hxx
@@ -425,7 +425,7 @@ private:
SynchronousCommand(PlayerCommand::QUEUE);
}
- void SeekLocked(DetachedSong *song, SongTime t);
+ bool SeekLocked(DetachedSong *song, SongTime t, Error &error_r);
public:
/**
@@ -442,7 +442,7 @@ public:
* @return true on success, false on failure (e.g. if MPD isn't
* playing currently)
*/
- bool LockSeek(DetachedSong *song, SongTime t);
+ bool LockSeek(DetachedSong *song, SongTime t, Error &error_r);
void SetCrossFade(float cross_fade_seconds);