aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/DecoderControl.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2015-11-11 17:20:27 +0100
committerMax Kellermann <max@duempel.org>2015-11-11 19:56:08 +0100
commitfaca8bc02a67ed06e60a4d827d5d7bb69027b4f3 (patch)
tree7ee84be6f74ed503dfa9468487026a121b6891ee /src/decoder/DecoderControl.hxx
parent5e93c05095eff2385f02fa946fdb2e97353b1843 (diff)
downloadmpd-faca8bc02a67ed06e60a4d827d5d7bb69027b4f3.tar.gz
mpd-faca8bc02a67ed06e60a4d827d5d7bb69027b4f3.tar.xz
mpd-faca8bc02a67ed06e60a4d827d5d7bb69027b4f3.zip
decoder/Control: Seek() returns Error information
Diffstat (limited to 'src/decoder/DecoderControl.hxx')
-rw-r--r--src/decoder/DecoderControl.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/decoder/DecoderControl.hxx b/src/decoder/DecoderControl.hxx
index a8e675bba..4147f5acc 100644
--- a/src/decoder/DecoderControl.hxx
+++ b/src/decoder/DecoderControl.hxx
@@ -365,7 +365,7 @@ public:
void Stop();
- bool Seek(SongTime t);
+ bool Seek(SongTime t, Error &error_r);
void Quit();