diff --git a/tests/playlist_test.cpp b/tests/playlist_test.cpp index 44afd6412..9bb84b02c 100644 --- a/tests/playlist_test.cpp +++ b/tests/playlist_test.cpp @@ -33,7 +33,7 @@ namespace { class PlaylistTest : public ::testing::Test { protected: PlaylistTest() - : playlist_(NULL, NULL), + : playlist_(NULL, NULL, NULL), sequence_(NULL, new DummySettingsProvider) { }