diff options
Diffstat (limited to 'src/MoonP/moon_compiler.h')
-rw-r--r-- | src/MoonP/moon_compiler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/MoonP/moon_compiler.h b/src/MoonP/moon_compiler.h index 540f9e7..37a79bf 100644 --- a/src/MoonP/moon_compiler.h +++ b/src/MoonP/moon_compiler.h | |||
@@ -17,7 +17,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI | |||
17 | 17 | ||
18 | namespace MoonP { | 18 | namespace MoonP { |
19 | 19 | ||
20 | const char* version(); | 20 | const std::string_view version(); |
21 | 21 | ||
22 | struct MoonConfig { | 22 | struct MoonConfig { |
23 | bool lintGlobalVariable = false; | 23 | bool lintGlobalVariable = false; |