summaryrefslogtreecommitdiff
path: root/otk/eventhandler.hh
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-12-24 21:27:16 +0000
committerDana Jansens <danakj@orodu.net>2002-12-24 21:27:16 +0000
commit5869cc29ef15181427e65079d9a52c5d21190206 (patch)
tree383c3373beab350f66cb4fa64dcc6aac262cbd3b /otk/eventhandler.hh
parent2e273ae3ac020cc6a43c37942089b3eb7d214102 (diff)
wrap otk with swig/python
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 bbc0449d..9308ed03 100644
--- a/otk/eventhandler.hh
+++ b/otk/eventhandler.hh
@@ -11,7 +11,7 @@ extern "C" {
namespace otk {
-class OtkEventHandler{
+class OtkEventHandler {
public:
//! Dispatches events to one of the other handlers based on their type.
virtual void handle(const XEvent &e);