Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/SynTree/PointerType.cc

    rea6332d r50377a4  
    4141}
    4242
    43 void PointerType::print( std::ostream &os, int indent ) const {
     43void PointerType::print( std::ostream &os, Indenter indent ) const {
    4444        Type::print( os, indent );
    4545        if ( ! is_array() ) {
Note: See TracChangeset for help on using the changeset viewer.