Skip to content

Commit 8bf90af

Browse files
committed
Fix
1 parent 72711ea commit 8bf90af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/VariableDefinition.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ namespace FPL {
2727
Statement(StatementKind kind, std::string name, Type type);
2828

2929
std::string StatementName;
30-
Type StatementType{Type("void", VOID)};
30+
Type StatementType{Type("void", VIDE)};
3131
StatementKind kind{};
3232
};
3333

0 commit comments

Comments
 (0)