aboutsummaryrefslogtreecommitdiff
path: root/src/MoonP/moon_compiler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/MoonP/moon_compiler.h')
-rw-r--r--src/MoonP/moon_compiler.h2
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
18namespace MoonP { 18namespace MoonP {
19 19
20const char* version(); 20const std::string_view version();
21 21
22struct MoonConfig { 22struct MoonConfig {
23 bool lintGlobalVariable = false; 23 bool lintGlobalVariable = false;