aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorrenatofilho <renato.filho@openbossa.org>2010-10-20 11:44:09 -0300
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-08 16:07:22 -0300
commitae05cc6213b0d003f668884ed0c0a5b00b3a509e (patch)
treeda7adb0daf984708242f180b05397b50cc8750dd /tests
parentc35335d83e5d5c4e33c5d0d7f5a0f642d62c5081 (diff)
Fixed signal register function.
Fixes bug #422. Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
Diffstat (limited to 'tests')
-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(); }