summaryrefslogtreecommitdiff
path: root/src/lib/butler.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-03-07 00:58:43 +0000
committerCarl Hetherington <cth@carlh.net>2019-03-07 00:58:53 +0000
commit39b84696c362850c715736219c2974836712aa2d (patch)
treeaae1908fd9dc656567ff5588af4b09e5a396bd75 /src/lib/butler.h
parentfaf333e4b8b504609c5b721f6752005f071769be (diff)
Better reporting of errors in Butler::prepare.v2.13.125
Diffstat (limited to 'src/lib/butler.h')
-rw-r--r--src/lib/butler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/butler.h b/src/lib/butler.h
index f1b86a1ab..8c4d30efe 100644
--- a/src/lib/butler.h
+++ b/src/lib/butler.h
@@ -68,7 +68,7 @@ private:
void audio (boost::shared_ptr<AudioBuffers> audio, DCPTime time, int frame_rate);
void text (PlayerText pt, TextType type, boost::optional<DCPTextTrack> track, DCPTimePeriod period);
bool should_run () const;
- void prepare (boost::weak_ptr<PlayerVideo> video) const;
+ void prepare (boost::weak_ptr<PlayerVideo> video);
void player_change (ChangeType type, bool frequent);
void seek_unlocked (DCPTime position, bool accurate);