diff --git a/stepmania/src/song.h b/stepmania/src/song.h index de1b4c2320..fab7d18a4f 100644 --- a/stepmania/src/song.h +++ b/stepmania/src/song.h @@ -208,7 +208,7 @@ public: bool IsTutorial() const; bool HasEdits( StepsType st ) const; - bool SetEnabled( bool b ) { m_bEnabled = b; } + void SetEnabled( bool b ) { m_bEnabled = b; } bool NormallyDisplayed() const; bool ShowInDemonstrationAndRanking() const;