Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/SynTree/Constant.h

    r3c398b6 rbb9d8e8  
    5757        virtual void accept( Visitor & v ) { v.visit( this ); }
    5858        virtual Constant * acceptMutator( Mutator & m ) { return m.mutate( this ); }
    59         virtual void print( std::ostream & os, int indent = 0 ) const;
     59        virtual void print( std::ostream & os, Indenter indent = 0 ) const;
    6060  private:
    6161        Type * type;
Note: See TracChangeset for help on using the changeset viewer.