Fixed compilation problem on VS.

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8134 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
hikerstk 2011-03-31 01:15:43 +00:00
parent b14c8c9c86
commit 5dad1ed342

View File

@ -53,6 +53,6 @@ extern bool IS_LITTLE_ENDIAN;
#define DEFAULT_GROUP_NAME "standard"
extern char* STK_VERSION;
extern const char* STK_VERSION;
#endif