From 4ecf999ebfd00a604de6a8e0859a65f2489263aa Mon Sep 17 00:00:00 2001 From: renatofilho Date: Wed, 20 Oct 2010 11:44:09 -0300 Subject: Fixed signal register function. Fixes bug #422. Reviewer: Luciano Wolf Marcelo Lira --- tests/libother/otherderived.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/libother') diff --git a/tests/libother/otherderived.h b/tests/libother/otherderived.h index 553b14c1..8685f8c0 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(); } -- cgit