From 3de8b336689d5b45fb2d144eff015b27993f6231 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sun, 25 Jan 2004 02:27:41 +0000 Subject: [PATCH] const fix --- stepmania/src/GameDef.cpp | 2 +- stepmania/src/GameDef.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stepmania/src/GameDef.cpp b/stepmania/src/GameDef.cpp index 57e5aba681..c7281e77e1 100644 --- a/stepmania/src/GameDef.cpp +++ b/stepmania/src/GameDef.cpp @@ -20,7 +20,7 @@ #include "InputMapper.h" #include "PrefsManager.h" -GameButton GameDef::ButtonNameToIndex( const CString &sButtonName ) +GameButton GameDef::ButtonNameToIndex( const CString &sButtonName ) const { for( int i=0; i