Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/SynTree/Mutator.h

    r712348a r47498bd  
    121121        virtual Initializer * mutate( ConstructorInit * ctorInit ) = 0 ;
    122122
     123        virtual Subrange * mutate( Subrange * subrange ) = 0;
     124
    123125        virtual Constant * mutate( Constant * constant ) = 0;
    124126
Note: See TracChangeset for help on using the changeset viewer.