Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/SynTree/DeclStmt.cc

    rba3706f r50377a4  
    2323#include "SynTree/Label.h"   // for Label
    2424
    25 DeclStmt::DeclStmt( Declaration *decl ) : Statement(), decl( decl ) {
     25DeclStmt::DeclStmt( std::list<Label> labels, Declaration *decl ) : Statement( labels ), decl( decl ) {
    2626}
    2727
Note: See TracChangeset for help on using the changeset viewer.