Fix compile warning in test.

This commit is contained in:
John Maguire 2011-09-19 12:29:47 +02:00
parent 8f3ea57a64
commit ecdd0ed6b0

View File

@ -34,7 +34,7 @@ namespace {
class PlaylistTest : public ::testing::Test {
protected:
PlaylistTest()
: playlist_(NULL, NULL, NULL, NULL),
: playlist_(NULL, NULL, NULL, 1),
sequence_(NULL, new DummySettingsProvider)
{
}
@ -501,4 +501,3 @@ TEST_F(PlaylistTest, LibraryIdMapMulti) {
} // namespace