diff --git a/src/Song.h b/src/Song.h index 1fd3c1a5d4..ac2a824d7f 100644 --- a/src/Song.h +++ b/src/Song.h @@ -75,7 +75,7 @@ public: { SHOW_ALWAYS, /**< always show on the wheel. */ SHOW_NEVER /**< never show on the wheel (unless song hiding is turned off). */ - } /** @brief When should this song be displayed in the music wheel? */ m_SelectionDisplay; + } m_SelectionDisplay; Song(); ~Song();