We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e62eb1e commit 181e7d1Copy full SHA for 181e7d1
generator/main.h
@@ -72,7 +72,7 @@ struct Preprocess
72
includes << QString(".");
73
74
#if defined(Q_OS_WIN32)
75
- char *path_splitter = ";";
+ const char *path_splitter = ";";
76
#else
77
const char *path_splitter = ":";
78
#endif
0 commit comments