Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/AST/Pass.hpp

    r335f2d8 r172d9342  
    178178        const ast::TypeSubstitution * visit( const ast::TypeSubstitution     * ) override final;
    179179
    180         template<typename pass_type>
    181         friend void acceptAll( std::list< ptr<Decl> > & decls, Pass<pass_type>& visitor );
     180        friend void acceptAll( std::list< ptr<Decl> > & decls, Pass<pass_t>& visitor );
    182181private:
    183182
     
    224223};
    225224
    226 /// Apply a pass to an entire translation unit
    227225template<typename pass_t>
    228226void accept_all( std::list< ast::ptr<ast::Decl> > &, ast::Pass<pass_t> & visitor );
Note: See TracChangeset for help on using the changeset viewer.