From: Carl Hetherington Date: Sun, 18 Aug 2013 21:27:34 +0000 (+0100) Subject: Fix play_test for player API change. X-Git-Tag: v2.0.48~1337^2~53 X-Git-Url: https://main.carlh.net/gitweb/?a=commitdiff_plain;ds=sidebyside;h=02f57b9156333cf5caf1903be17bfe9d2a0b28ba;p=dcpomatic.git Fix play_test for player API change. --- diff --git a/test/play_test.cc b/test/play_test.cc index e1fffa1d8..cb5b6cbb8 100644 --- a/test/play_test.cc +++ b/test/play_test.cc @@ -43,7 +43,7 @@ public: PlayerWrapper (shared_ptr p) : _player (p) { - _player->Video.connect (bind (&PlayerWrapper::process_video, this, _1, _2, _4)); + _player->Video.connect (bind (&PlayerWrapper::process_video, this, _1, _2, _5)); } void process_video (shared_ptr i, bool, Time t)