diff options
| -rw-r--r-- | test/play_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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<Player> 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<const Image> i, bool, Time t) |
