Fix compile warning in test.
This commit is contained in:
parent
8f3ea57a64
commit
ecdd0ed6b0
@ -34,7 +34,7 @@ namespace {
|
|||||||
class PlaylistTest : public ::testing::Test {
|
class PlaylistTest : public ::testing::Test {
|
||||||
protected:
|
protected:
|
||||||
PlaylistTest()
|
PlaylistTest()
|
||||||
: playlist_(NULL, NULL, NULL, NULL),
|
: playlist_(NULL, NULL, NULL, 1),
|
||||||
sequence_(NULL, new DummySettingsProvider)
|
sequence_(NULL, new DummySettingsProvider)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
@ -501,4 +501,3 @@ TEST_F(PlaylistTest, LibraryIdMapMulti) {
|
|||||||
|
|
||||||
|
|
||||||
} // namespace
|
} // namespace
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user