diff --git a/project/components/interface.parsing.cpp b/project/components/interface.parsing.cpp index e90c8f0..d919ece 100644 --- a/project/components/interface.parsing.cpp +++ b/project/components/interface.parsing.cpp @@ -5620,7 +5620,7 @@ CodeVar parse_variable() // Ignore const specifiers, they're handled by the type if ( spec == ESpecifier::Const ) - continue; + break; specs_found[NumSpecifiers] = spec; NumSpecifiers++;