diff options
Diffstat (limited to 'src/parser.cpp')
-rw-r--r-- | src/parser.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parser.cpp b/src/parser.cpp index fe79f69..e5d1f22 100644 --- a/src/parser.cpp +++ b/src/parser.cpp @@ -48,7 +48,7 @@ namespace SciTECO { gint macro_pc = 0; namespace States { - StateStart start; + StateStart start; StateControl control; StateASCII ascii; StateFCommand fcommand; |