summaryrefslogtreecommitdiff
path: root/src/python
diff options
context:
space:
mode:
authorSteve Reinhardt <stever@gmail.com>2008-06-28 13:20:00 -0400
committerSteve Reinhardt <stever@gmail.com>2008-06-28 13:20:00 -0400
commit96bbccc36bad7c6f67b1cb70965eab3a621c7270 (patch)
treee43e352c7d264d3b84540dd5d3ed26b3e5386a4b /src/python
parentcaaac16803db6eaf3ee20b5d062ec2211fe6584d (diff)
parent3205768ea57b4e2f75561eebb39671045a6d6746 (diff)
downloadgem5-96bbccc36bad7c6f67b1cb70965eab3a621c7270.tar.xz
Automated merge after backout.
Diffstat (limited to 'src/python')
-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 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);
};