aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--generator/main.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/generator/main.h b/generator/main.h
index bc9334e..b9e2380 100644
--- a/generator/main.h
+++ b/generator/main.h
@@ -72,7 +72,7 @@ struct Preprocess
includes << QString(".");
#if defined(Q_OS_WIN32)
- char *path_splitter = ";";
+ const char *path_splitter = ";";
#else
const char *path_splitter = ":";
#endif