Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/SynTree/Type.h

    r3906301 r1e8b02f5  
    327327        TypeInstType( const Type::Qualifiers &tq, const std::string &name, bool isFtype );
    328328        TypeInstType( const TypeInstType &other ) : Parent( other ), baseType( other.baseType ), isFtype( other.isFtype ) {}
     329        ~TypeInstType();
    329330
    330331        TypeDecl *get_baseType() const { return baseType; }
     
    480481}
    481482
    482 std::ostream & operator<<( std::ostream & out, const Type * type );
     483std::ostream & operator<<( std::ostream & out, Type * type );
    483484
    484485#endif // TYPE_H
Note: See TracChangeset for help on using the changeset viewer.