diff options
author | Max Kellermann <max@duempel.org> | 2015-11-11 16:56:24 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2015-11-11 16:56:24 +0100 |
commit | bedd5f00f86830b07d8a0649a66112840e6edf35 (patch) | |
tree | 48bcce65ab87b4bcf2ecb3b262529892c2347269 /src/player/Control.hxx | |
parent | 36239895bd822d5fd3087218fbb10986430b8c9b (diff) |
player/Control: move code to SeekLocked()
Diffstat (limited to 'src/player/Control.hxx')
-rw-r--r-- | src/player/Control.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/player/Control.hxx b/src/player/Control.hxx index 021f6ddd9..812f4d621 100644 --- a/src/player/Control.hxx +++ b/src/player/Control.hxx @@ -427,6 +427,8 @@ private: SynchronousCommand(PlayerCommand::QUEUE); } + void SeekLocked(DetachedSong *song, SongTime t); + public: /** * @param song the song to be queued; the given instance will be owned |