X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=otk%2Feventhandler.hh;h=a70343edac8e3567bc989a83b9e4f5957f352514;hb=74cb09bb2cc4832463a57743b1495eef24237d2a;hp=bb4f6d6ba4fae9eee3c9093210e13353fc8bab36;hpb=1d897f432e54400cb2a0e1499712782b336fd728;p=chaz%2Fopenbox diff --git a/otk/eventhandler.hh b/otk/eventhandler.hh index bb4f6d6b..a70343ed 100644 --- a/otk/eventhandler.hh +++ b/otk/eventhandler.hh @@ -118,14 +118,14 @@ 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(); protected: - /*! Constructor for the XEventHandler class. - This is protected so that XEventHandlers can't be instantiated on their + /*! Constructor for the OtkEventHandler class. + This is protected so that OtkEventHandlers can't be instantiated on their own. */ OtkEventHandler();