We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72711ea commit 8bf90afCopy full SHA for 8bf90af
src/VariableDefinition.h
@@ -27,7 +27,7 @@ namespace FPL {
27
Statement(StatementKind kind, std::string name, Type type);
28
29
std::string StatementName;
30
- Type StatementType{Type("void", VOID)};
+ Type StatementType{Type("void", VIDE)};
31
StatementKind kind{};
32
};
33
0 commit comments