Changes in src/SynTree/Declaration.h [46f6134:8b7ee09]
- File:
-
- 1 edited
-
src/SynTree/Declaration.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/SynTree/Declaration.h
r46f6134 r8b7ee09 153 153 public: 154 154 NamedTypeDecl( const std::string &name, DeclarationNode::StorageClass sc, Type *type ); 155 NamedTypeDecl( const NamedTypeDecl &other );155 NamedTypeDecl( const TypeDecl &other ); 156 156 virtual ~NamedTypeDecl(); 157 157
Note:
See TracChangeset
for help on using the changeset viewer.