Ignore:
Timestamp:
05/10/11 15:02:56 (13 years ago)
Author:
Malte Marquarding
Message:

Remove various compiler warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/ScantableWrapper.h

    r2161 r2163  
    218218
    219219  std::string summary(bool verbose=false) const {
    220     return table_->summary(verbose);
     220    return table_->summary();
    221221  }
    222222
    223223  std::string listHeader(bool verbose=false) const {
    224     return table_->headerSummary(verbose);
    225   }
    226 
    227   std::vector<std::string> getHistory()const
     224    return table_->headerSummary();
     225  }
     226
     227  std::vector<std::string> getHistory() const
    228228    { return table_->getHistory(); }
    229229
Note: See TracChangeset for help on using the changeset viewer.