Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/ResolvExpr/SpecCost.cc

    r7ff3e522 r03bf5c8  
    217217        }
    218218        ast::Pass<SpecCounter> counter;
    219         type->accept( counter );
    220         return counter.core.get_count();
     219        type->accept( *counter.pass.visitor );
     220        return counter.pass.get_count();
    221221}
    222222
Note: See TracChangeset for help on using the changeset viewer.