Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/SynTree/BaseSyntaxNode.h

    re149f77 r9857e8d  
    2626
    2727        virtual void accept( Visitor & v ) = 0;
    28 
    29         virtual void print( std::ostream &os, int indent = 0 ) const = 0;
     28  virtual void print( std::ostream & os, int indent = 0 ) const = 0;
    3029};
    31 
    32 std::ostream & operator<<( std::ostream & out, const BaseSyntaxNode * node );
    3330
    3431// Local Variables: //
Note: See TracChangeset for help on using the changeset viewer.