From 5869cc29ef15181427e65079d9a52c5d21190206 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Tue, 24 Dec 2002 21:27:16 +0000 Subject: wrap otk with swig/python --- 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 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); -- cgit v1.2.3