diff options
author | Steve Reinhardt <stever@gmail.com> | 2008-06-28 13:20:00 -0400 |
---|---|---|
committer | Steve Reinhardt <stever@gmail.com> | 2008-06-28 13:20:00 -0400 |
commit | 96bbccc36bad7c6f67b1cb70965eab3a621c7270 (patch) | |
tree | e43e352c7d264d3b84540dd5d3ed26b3e5386a4b /src/python/swig/event.i | |
parent | caaac16803db6eaf3ee20b5d062ec2211fe6584d (diff) | |
parent | 3205768ea57b4e2f75561eebb39671045a6d6746 (diff) | |
download | gem5-96bbccc36bad7c6f67b1cb70965eab3a621c7270.tar.xz |
Automated merge after backout.
Diffstat (limited to 'src/python/swig/event.i')
-rw-r--r-- | src/python/swig/event.i | 4 |
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); }; |