Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/SynTree/Attribute.cc

    r50377a4 rea6332d  
    2828}
    2929
    30 void Attribute::print( std::ostream &os, Indenter indent ) const {
     30void Attribute::print( std::ostream &os, int indent ) const {
    3131  using std::endl;
    3232  using std::string;
     
    3636    if ( ! parameters.empty() ) {
    3737      os << " with parameters: " << endl;
    38       printAll( parameters, os, indent+1 );
     38      printAll( parameters, os, indent );
    3939    }
    4040  }
Note: See TracChangeset for help on using the changeset viewer.