Skip to content

Commit 181e7d1

Browse files
committed
fixed compilation
1 parent e62eb1e commit 181e7d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generator/main.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ struct Preprocess
7272
includes << QString(".");
7373

7474
#if defined(Q_OS_WIN32)
75-
char *path_splitter = ";";
75+
const char *path_splitter = ";";
7676
#else
7777
const char *path_splitter = ":";
7878
#endif

0 commit comments

Comments
 (0)