summaryrefslogtreecommitdiff
path: root/otk/eventhandler.hh
diff options
context:
space:
mode:
Diffstat (limited to 'otk/eventhandler.hh')
-rw-r--r--otk/eventhandler.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/otk/eventhandler.hh b/otk/eventhandler.hh
index 8e39a8dc..a70343ed 100644
--- a/otk/eventhandler.hh
+++ b/otk/eventhandler.hh
@@ -118,7 +118,7 @@ public:
#if defined(SHAPE) || defined(DOXYGEN_IGNORE)
//! Called when a shape extention event fires
- virtual void shapeHandler(const XShapeEvent &) {};
+ virtual void shapeHandler(const XShapeEvent &) {}
#endif // SHAPE
virtual ~OtkEventHandler();