summaryrefslogtreecommitdiff
path: root/src/python/swig/event.i
diff options
context:
space:
mode:
Diffstat (limited to 'src/python/swig/event.i')
-rw-r--r--src/python/swig/event.i4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/python/swig/event.i b/src/python/swig/event.i
index cc72794ed..60a789c1a 100644
--- a/src/python/swig/event.i
+++ b/src/python/swig/event.i
@@ -57,11 +57,11 @@
pyevent->incref();
$self->schedule(event, when);
}
-
+
void
deschedule(Event *event)
{
- $self->deschedule(event);
+ $self->deschedule(event);
// Now that we're removing the python object from the event
// queue, we need to decrement its reference count.