Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/SynTree/Visitor.h

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