Skip to content

Commit

Permalink
fix c++ header for inclusion of _init to IfStatement
Browse files Browse the repository at this point in the history
  • Loading branch information
thewilsonator committed Jan 8, 2025
1 parent 2ad1062 commit bcd100a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions compiler/src/dmd/statement.h
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,7 @@ class IfStatement final : public Statement
public:
Parameter *param;
Expression *condition;
Statement* _init;
Statement *ifbody;
Statement *elsebody;
VarDeclaration *match; // for MatchExpression results
Expand Down

0 comments on commit bcd100a

Please sign in to comment.