Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Virtual/ExpandCasts.cc

    rccbc65c rc36814a  
    317317};
    318318
    319 struct ExpandCastsCore {
     319struct ExpandCastsCore final {
    320320        void previsit( ast::FunctionDecl const * decl );
    321321        void previsit( ast::StructDecl const * decl );
     
    362362}
    363363
     364/// Copy newType, but give the copy the params of the oldType.
    364365ast::StructInstType * polyCopy(
    365366                ast::StructInstType const * oldType,
Note: See TracChangeset for help on using the changeset viewer.