diff options
author | Ali Saidi <saidi@eecs.umich.edu> | 2008-06-24 15:51:12 -0400 |
---|---|---|
committer | Ali Saidi <saidi@eecs.umich.edu> | 2008-06-24 15:51:12 -0400 |
commit | 3205768ea57b4e2f75561eebb39671045a6d6746 (patch) | |
tree | 1512504afb01f866745117f7b668e6a4e708bc8e | |
parent | 18c83be50702e27ef092a3c7630514b364f60aa0 (diff) | |
parent | 57b5de6b9f9150ceda46c52b3621e60f667138d4 (diff) | |
download | gem5-3205768ea57b4e2f75561eebb39671045a6d6746.tar.xz |
Automated merge with http://repo.m5sim.org/m5-stable
-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); }; |