Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/SynTree/Type.h

    r1e8b02f5 r3906301  
    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();
    330329
    331330        TypeDecl *get_baseType() const { return baseType; }
     
    481480}
    482481
    483 std::ostream & operator<<( std::ostream & out, Type * type );
     482std::ostream & operator<<( std::ostream & out, const Type * type );
    484483
    485484#endif // TYPE_H
Note: See TracChangeset for help on using the changeset viewer.