From bc5c75faaf37f8a3fd4132922c1a496ddb263f36 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 23 Jul 2013 13:21:17 +0100 Subject: Fix test. --- test/play_test.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/play_test.cc b/test/play_test.cc index 909813e2a..c1dabe620 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, _3)); + _player->Video.connect (bind (&PlayerWrapper::process_video, this, _1, _2, _4)); } void process_video (shared_ptr i, bool, Time t) @@ -122,7 +122,6 @@ BOOST_AUTO_TEST_CASE (play_test) player->seek (10 * TIME_HZ / 25, true); optional