From 9aef74918f13750897245ddf876ea2fd79bf9ca0 Mon Sep 17 00:00:00 2001 From: Jason Felds Date: Wed, 1 May 2013 22:06:27 -0400 Subject: [PATCH] Personal reminder for things. Yes, I know this forces recompilation. Headers will not be spared. --- src/Song.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Song.h b/src/Song.h index ef32eec02f..c4c164a8d6 100644 --- a/src/Song.h +++ b/src/Song.h @@ -393,6 +393,7 @@ public: bool SongCompleteForStyle( const Style *st ) const; bool HasStepsType( StepsType st ) const; bool HasStepsTypeAndDifficulty( StepsType st, Difficulty dc ) const; + // TODO: Allow for a non const version. const vector& GetAllSteps() const { return m_vpSteps; } const vector& GetStepsByStepsType( StepsType st ) const { return m_vpStepsByType[st]; } bool IsEasy( StepsType st ) const;