Ignore:
Timestamp:
Oct 3, 2017, 4:04:04 PM (7 years ago)
Author:
Rob Schluntz <rschlunt@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
Children:
7664fad, b7778c1, f5854507
Parents:
e5c8488
Message:

Fix Constant print to use Indenter

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/SynTree/Constant.h

    re5c8488 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.