From 279ab6abe637783d01d8f3f197b119f9781fb724 Mon Sep 17 00:00:00 2001 From: Jason Felds Date: Sun, 10 Jul 2011 11:06:21 -0400 Subject: [PATCH] Well, that was easy. Thanks jmakovicka! --- src/ModIconRow.cpp | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/ModIconRow.cpp b/src/ModIconRow.cpp index d77bed655b..7ecf1ce320 100644 --- a/src/ModIconRow.cpp +++ b/src/ModIconRow.cpp @@ -68,18 +68,13 @@ void ModIconRow::HandleMessage( const Message &msg ) struct OptionColumnEntry { - char *szString; + const char *szString; int iSlotIndex; //void FromStack( lua_State *L, int iPos ); }; // todo: metric these? -aj -/* - * May be a good idea to do so at some point. GCC gives plenty of warnings - * About the code below, something about turning string constants into - * char * items. Gotta love the many compilers we use. -Wolfman2000 - */ static const OptionColumnEntry g_OptionColumnEntries[] = { {"Boost", 0},