Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/SynTree/Declaration.h

    r8b7ee09 r46f6134  
    153153  public:
    154154        NamedTypeDecl( const std::string &name, DeclarationNode::StorageClass sc, Type *type );
    155         NamedTypeDecl( const TypeDecl &other );
     155        NamedTypeDecl( const NamedTypeDecl &other );
    156156        virtual ~NamedTypeDecl();
    157157
Note: See TracChangeset for help on using the changeset viewer.