From f3662c4c8981842c0c9a74d4cd373c431f42852e Mon Sep 17 00:00:00 2001 From: TimePath Date: Sun, 6 Aug 2017 19:07:16 +1000 Subject: [PATCH] Really really fix windows build --- contrib/ufoaiplug/ufoai.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2