aboutsummaryrefslogtreecommitdiffstats
path: root/tests/libother
diff options
context:
space:
mode:
Diffstat (limited to 'tests/libother')
-rw-r--r--tests/libother/otherderived.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/libother/otherderived.h b/tests/libother/otherderived.h
index 553b14c1a..8685f8c07 100644
--- a/tests/libother/otherderived.h
+++ b/tests/libother/otherderived.h
@@ -49,7 +49,7 @@ public:
// factory method
static Abstract* createObject();
- void hideFunction(HideType*) {} ;
+ void hideFunction(HideType*) {}
protected:
inline const char* getClassName() { return className(); }