Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/SynTree/Declaration.h

    r46f6134 r3906301  
    153153  public:
    154154        NamedTypeDecl( const std::string &name, DeclarationNode::StorageClass sc, Type *type );
    155         NamedTypeDecl( const NamedTypeDecl &other );
     155        NamedTypeDecl( const TypeDecl &other );
    156156        virtual ~NamedTypeDecl();
    157157
     
    279279};
    280280
    281 std::ostream & operator<<( std::ostream & out, Declaration * decl );
     281std::ostream & operator<<( std::ostream & out, const Declaration * decl );
    282282
    283283#endif // DECLARATION_H
Note: See TracChangeset for help on using the changeset viewer.