Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/SynTree/Mutator.h

    r96f9ef5 r135b431  
    3131        virtual Declaration* mutate( EnumDecl *aggregateDecl );
    3232        virtual Declaration* mutate( TraitDecl *aggregateDecl );
    33         virtual Declaration* mutate( TypeDecl *typeDecl );
     33        virtual TypeDecl* 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 );
    9695        virtual Type* mutate( FunctionType *functionType );
    9796        virtual Type* mutate( StructInstType *aggregateUseType );
Note: See TracChangeset for help on using the changeset viewer.