diff --git a/src/ncmpcpp.cpp b/src/ncmpcpp.cpp index 9d9988b6..b4821bff 100644 --- a/src/ncmpcpp.cpp +++ b/src/ncmpcpp.cpp @@ -68,12 +68,13 @@ Menu *mLibSongs; #ifdef HAVE_TAGLIB_H Menu *mTagEditor; -Menu *mEditorLeftCol; Menu *mEditorAlbums; Menu *mEditorDirs; Menu *mEditorTagTypes; #endif // HAVE_TAGLIB_H -Menu *mEditorTags = 0; // blah, I use it in conditionals, so just let it be. +// blah, I use them in conditionals, so just let them be. +Menu *mEditorLeftCol = 0; +Menu *mEditorTags = 0; Menu *mPlaylistList; Menu *mPlaylistEditor;