Made ReportConfig a value type

This commit is contained in:
Phil Nash 2012-07-20 19:07:42 +01:00
parent f606517376
commit d2553cdc64
10 changed files with 156 additions and 134 deletions

View file

@ -60,7 +60,7 @@ namespace Catch {
};
class Config : public IReporterConfig, public IConfig {
class Config : public IConfig {
private:
Config( const Config& other );
Config& operator = ( const Config& other );