mirror of
https://github.com/Ed94/gencpp.git
synced 2025-06-15 03:01:47 -07:00
Compare commits
1 Commits
v0.12-Alph
...
v0.13-Alph
Author | SHA1 | Date | |
---|---|---|---|
3a0e971ebf |
@ -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++;
|
||||
|
Reference in New Issue
Block a user