1
0
mirror of https://github.com/Ed94/gencpp.git synced 2025-07-27 07:26:59 -07:00

1 Commits

@@ -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++;