diff --git a/src/mpdpp.h b/src/mpdpp.h index 2cd1ed3c..3bd570e6 100644 --- a/src/mpdpp.h +++ b/src/mpdpp.h @@ -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;