From 6f9341bff8df4f26505db6f1551f62c21986c639 Mon Sep 17 00:00:00 2001 From: David Sansome Date: Wed, 23 Jun 2010 15:16:44 +0000 Subject: [PATCH] Fix test --- tests/playlist_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { }