Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/AST/Visitor.hpp

    r2d019af r3945abe  
    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;
    107108    virtual const ast::Type *             visit( const ast::VarArgsType          * ) = 0;
    108109    virtual const ast::Type *             visit( const ast::ZeroType             * ) = 0;
Note: See TracChangeset for help on using the changeset viewer.