summaryrefslogtreecommitdiff
path: root/src/python/swig/pyevent.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/python/swig/pyevent.cc')
-rw-r--r--src/python/swig/pyevent.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/python/swig/pyevent.cc b/src/python/swig/pyevent.cc
index bf993bc3e..a201e0185 100644
--- a/src/python/swig/pyevent.cc
+++ b/src/python/swig/pyevent.cc
@@ -67,7 +67,7 @@ PythonEvent::process()
}
}
-Event *
+CountedDrainEvent *
createCountedDrain()
{
return new CountedDrainEvent();