diff options
Diffstat (limited to 'test/cxxtest')
-rw-r--r-- | test/cxxtest/cxxtest/ErrorFormatter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cxxtest/cxxtest/ErrorFormatter.h b/test/cxxtest/cxxtest/ErrorFormatter.h index 3c5b2b5dbe..30088280cb 100644 --- a/test/cxxtest/cxxtest/ErrorFormatter.h +++ b/test/cxxtest/cxxtest/ErrorFormatter.h @@ -20,7 +20,7 @@ namespace CxxTest { public: virtual ~OutputStream() {} - virtual void flush() {}; + virtual void flush() {} virtual OutputStream &operator<<( unsigned /*number*/ ) { return *this; } virtual OutputStream &operator<<( const char * /*string*/ ) { return *this; } |