aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/cxxtest/cxxtest/ErrorFormatter.h2
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; }