Changes in src/SynTree/Visitor.h [7ff35e0e:6e50a6b]
- File:
-
- 1 edited
-
src/SynTree/Visitor.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/SynTree/Visitor.h
r7ff35e0e r6e50a6b 198 198 virtual void visit( TypeofType * node ) { visit( const_cast<const TypeofType *>(node) ); } 199 199 virtual void visit( const TypeofType * typeofType ) = 0; 200 virtual void visit( VTableType * node ) { visit( const_cast<const VTableType *>(node) ); }201 virtual void visit( const VTableType * vtableType ) = 0;202 200 virtual void visit( AttrType * node ) { visit( const_cast<const AttrType *>(node) ); } 203 201 virtual void visit( const AttrType * attrType ) = 0;
Note:
See TracChangeset
for help on using the changeset viewer.