This commit is contained in:
David Sansome 2010-06-23 15:16:44 +00:00
parent 44d58482f0
commit 6f9341bff8
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ namespace {
class PlaylistTest : public ::testing::Test {
protected:
PlaylistTest()
: playlist_(NULL, NULL),
: playlist_(NULL, NULL, NULL),
sequence_(NULL, new DummySettingsProvider)
{
}