summaryrefslogtreecommitdiff
path: root/src/python/swig/pyevent.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/python/swig/pyevent.hh')
-rw-r--r--src/python/swig/pyevent.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/python/swig/pyevent.hh b/src/python/swig/pyevent.hh
index c6d6ac993..22b562de1 100644
--- a/src/python/swig/pyevent.hh
+++ b/src/python/swig/pyevent.hh
@@ -46,7 +46,7 @@ class PythonEvent : public Event
virtual void process();
};
-Event *createCountedDrain();
+CountedDrainEvent *createCountedDrain();
void cleanupCountedDrain(Event *counted_drain);
#endif // __PYTHON_SWIG_PYEVENT_HH__