Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/SynTree/Declaration.h

    r0b0f1dd r574894d  
    245245        typedef NamedTypeDecl Parent;
    246246  public:
    247         TypedefDecl( const std::string &name, CodeLocation location, Type::StorageClasses scs, Type *type, LinkageSpec::Spec spec = LinkageSpec::Cforall )
    248                 : Parent( name, scs, type ) { set_linkage( spec ); this->location = location; }
    249 
     247        TypedefDecl( const std::string &name, Type::StorageClasses scs, Type *type, LinkageSpec::Spec spec = LinkageSpec::Cforall ) : Parent( name, scs, type ) { set_linkage( spec ); }
    250248        TypedefDecl( const TypedefDecl &other ) : Parent( other ) {}
    251249
Note: See TracChangeset for help on using the changeset viewer.