Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/AST/Visitor.hpp

    r3d9d017 r59c8dff  
    7979    virtual const ast::Expr *             visit( const ast::OffsetofExpr         * ) = 0;
    8080    virtual const ast::Expr *             visit( const ast::OffsetPackExpr       * ) = 0;
     81    virtual const ast::Expr *             visit( const ast::EnumPosExpr          * ) = 0;
    8182    virtual const ast::Expr *             visit( const ast::LogicalExpr          * ) = 0;
    8283    virtual const ast::Expr *             visit( const ast::ConditionalExpr      * ) = 0;
Note: See TracChangeset for help on using the changeset viewer.