Checkpoinging/SWIG: Undo part of changeset 5464 since it broke checkpointing.

This commit is contained in:
Ali Saidi
2008-06-24 15:48:45 -04:00
parent b2036bfda8
commit 57b5de6b9f

View File

@@ -44,8 +44,8 @@
void create(PyObject *object, Tick when);
class CountedDrainEvent
{
class Event;
class CountedDrainEvent : public Event {
public:
void setCount(int _count);
};