summaryrefslogtreecommitdiff
path: root/otk/eventhandler.hh
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-12-02 21:06:16 +0000
committerDana Jansens <danakj@orodu.net>2002-12-02 21:06:16 +0000
commit74cb09bb2cc4832463a57743b1495eef24237d2a (patch)
tree2c4e9903b52ecd3f508d9e847a768517054ae247 /otk/eventhandler.hh
parent1eb79b9a0d75f057a85d1a5d91658a3f96ae8152 (diff)
handle map events with the Openbox class
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();