Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/AST/Pass.hpp

    racb33f15 rc92bdcc  
    207207        const ast::Type *             visit( const ast::UnionInstType        * ) override final;
    208208        const ast::Type *             visit( const ast::EnumInstType         * ) override final;
     209        const ast::Type *             visit( const ast::EnumAttrType         * ) override final;
    209210        const ast::Type *             visit( const ast::TraitInstType        * ) override final;
    210211        const ast::Type *             visit( const ast::TypeInstType         * ) override final;
     
    423424}
    424425
    425 #include "Common/Stats.h"
     426#include "Common/Stats.hpp"
    426427
    427428namespace ast {
Note: See TracChangeset for help on using the changeset viewer.