Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/AST/Visitor.hpp

    r3945abe r2d019af  
    105105    virtual const ast::Type *             visit( const ast::TupleType            * ) = 0;
    106106    virtual const ast::Type *             visit( const ast::TypeofType           * ) = 0;
    107     virtual const ast::Type *             visit( const ast::VTableType           * ) = 0;
    108107    virtual const ast::Type *             visit( const ast::VarArgsType          * ) = 0;
    109108    virtual const ast::Type *             visit( const ast::ZeroType             * ) = 0;
Note: See TracChangeset for help on using the changeset viewer.