Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/SynTree/Statement.h

    ree3c93d rcc32d83  
    220220        Expression *condition;
    221221        Statement *body;
    222         std::list<Statement *> initialization;
    223222        bool isDoWhile;
    224223
    225224        WhileStmt( Expression *condition,
    226                Statement *body, std::list<Statement *> & initialization, bool isDoWhile = false );
     225               Statement *body, bool isDoWhile = false );
    227226        WhileStmt( const WhileStmt &other );
    228227        virtual ~WhileStmt();
Note: See TracChangeset for help on using the changeset viewer.