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