From 74cb09bb2cc4832463a57743b1495eef24237d2a Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 2 Dec 2002 21:06:16 +0000 Subject: handle map events with the Openbox class --- otk/eventhandler.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'otk/eventhandler.hh') 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(); -- cgit v1.2.3