]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - contrib/ufoaiplug/ufoai.cpp
Really really fix windows build
[xonotic/netradiant.git] / contrib / ufoaiplug / ufoai.cpp
index d654edc7ba44c88ead04af10538c7008b5e1f834..2b0d1ba8a3ba0cec930b10b739eef3da7ba6439a 100644 (file)
@@ -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