Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/SynTree/Visitor.h

    rce8c12f rdba6db9  
    9494        virtual void visit( PointerType *pointerType );
    9595        virtual void visit( ArrayType *arrayType );
    96         virtual void visit( ReferenceType *refType );
    9796        virtual void visit( FunctionType *functionType );
    9897        virtual void visit( StructInstType *aggregateUseType );
     
    164163                        } // if
    165164                } catch( SemanticError &e ) {
    166                         e.set_location( (*i)->location );
     165                        e.set_location( (*i)->location );                       
    167166                        errors.append( e );
    168167                } // try
Note: See TracChangeset for help on using the changeset viewer.