Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/AST/Pass.impl.hpp

    r0e42794 re67991f  
    894894// WithStmt
    895895template< typename pass_t >
    896 const ast::Stmt * ast::Pass< pass_t >::visit( const ast::WithStmt * node ) {
     896const ast::Decl * ast::Pass< pass_t >::visit( const ast::WithStmt * node ) {
    897897        VISIT_START( node );
    898898
Note: See TracChangeset for help on using the changeset viewer.