Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/SynTree/Mutator.h

    r135b431 r96f9ef5  
    3131        virtual Declaration* mutate( EnumDecl *aggregateDecl );
    3232        virtual Declaration* mutate( TraitDecl *aggregateDecl );
    33         virtual TypeDecl* mutate( TypeDecl *typeDecl );
     33        virtual Declaration* mutate( TypeDecl *typeDecl );
    3434        virtual Declaration* mutate( TypedefDecl *typeDecl );
    3535        virtual AsmDecl* mutate( AsmDecl *asmDecl );
     
    9393        virtual Type* mutate( PointerType *pointerType );
    9494        virtual Type* mutate( ArrayType *arrayType );
     95        virtual Type* mutate( ReferenceType *refType );
    9596        virtual Type* mutate( FunctionType *functionType );
    9697        virtual Type* mutate( StructInstType *aggregateUseType );
Note: See TracChangeset for help on using the changeset viewer.