Most of system now uses Ptr<IConfig const>

This commit is contained in:
Phil Nash
2013-05-28 18:51:53 +01:00
parent e1459955f1
commit ca9b92f8fa
7 changed files with 19 additions and 18 deletions

View File

@@ -141,7 +141,7 @@ namespace Catch {
m_data.filters.push_back( filters );
}
int getCutoff() const {
int abortAfter() const {
return m_data.cutoff;
}