From: TimePath Date: Sun, 6 Aug 2017 09:07:16 +0000 (+1000) Subject: Really really fix windows build X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=f3662c4c8981842c0c9a74d4cd373c431f42852e;p=xonotic%2Fnetradiant.git Really really fix windows build --- diff --git a/contrib/ufoaiplug/ufoai.cpp b/contrib/ufoaiplug/ufoai.cpp index d654edc7..2b0d1ba8 100644 --- a/contrib/ufoaiplug/ufoai.cpp +++ b/contrib/ufoaiplug/ufoai.cpp @@ -76,7 +76,7 @@ const char* getCommandTitleList(){ return ""; } void dispatch( const char* command, float* vMin, float* vMax, bool bSingleBrush ){ - char *message = NULL; + char const *message = NULL; if ( string_equal( command, "About" ) ) { char const *version_string = "UFO:AI Plugin (http://ufoai.sf.net)\nBuild: " __DATE__ "\nRadiant version: " RADIANT_VERSION