initialize all fields in MPD::StatusChanges to zeroes

This commit is contained in:
Andrzej Rybczak
2008-12-09 10:46:42 +01:00
parent 5c0af01cca
commit c06861f4ee

View File

@@ -42,6 +42,7 @@ namespace MPD
struct StatusChanges
{
StatusChanges() : Playlist(0), SongID(0), Database(0), DBUpdating(0), Volume(0), ElapsedTime(0), Crossfade(0), Random(0), Repeat(0), PlayerState(0) { }
bool Playlist:1;
bool SongID:1;
bool Database:1;