From 57b5de6b9f9150ceda46c52b3621e60f667138d4 Mon Sep 17 00:00:00 2001 From: Ali Saidi Date: Tue, 24 Jun 2008 15:48:45 -0400 Subject: Checkpoinging/SWIG: Undo part of changeset 5464 since it broke checkpointing. --- src/python/swig/event.i | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/python/swig/event.i b/src/python/swig/event.i index ee1f3d00b..9a2093c99 100644 --- a/src/python/swig/event.i +++ b/src/python/swig/event.i @@ -44,8 +44,8 @@ void create(PyObject *object, Tick when); -class CountedDrainEvent -{ +class Event; +class CountedDrainEvent : public Event { public: void setCount(int _count); }; -- cgit v1.2.3