From 895b987e5355a0041308867a20181e6381da1a03 Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Sun, 13 Sep 2009 10:31:49 +0000 Subject: [PATCH] Old missed commit. Make this const. --- stepmania/src/DifficultyList.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/DifficultyList.h b/stepmania/src/DifficultyList.h index 18f86782cc..6e1da3f6d3 100644 --- a/stepmania/src/DifficultyList.h +++ b/stepmania/src/DifficultyList.h @@ -61,7 +61,7 @@ private: m_bHidden = false; } - Steps *m_Steps; + const Steps *m_Steps; Difficulty m_dc; float m_fY; bool m_bHidden; // currently off screen