Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/AST/SymbolTable.cpp

    re01eb4a r4b8b2a4  
    316316
    317317void SymbolTable::addStruct( const std::string &id ) {
    318         addStruct( new StructDecl( CodeLocation{}, id ) );
     318        addStruct( new StructDecl( CodeLocation(), id ) );
    319319}
    320320
     
    358358
    359359void SymbolTable::addUnion( const std::string &id ) {
    360         addUnion( new UnionDecl( CodeLocation{}, id ) );
     360        addUnion( new UnionDecl( CodeLocation(), id ) );
    361361}
    362362
Note: See TracChangeset for help on using the changeset viewer.