summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAli Saidi <saidi@eecs.umich.edu>2008-06-24 15:51:12 -0400
committerAli Saidi <saidi@eecs.umich.edu>2008-06-24 15:51:12 -0400
commit3205768ea57b4e2f75561eebb39671045a6d6746 (patch)
tree1512504afb01f866745117f7b668e6a4e708bc8e /src
parent18c83be50702e27ef092a3c7630514b364f60aa0 (diff)
parent57b5de6b9f9150ceda46c52b3621e60f667138d4 (diff)
downloadgem5-3205768ea57b4e2f75561eebb39671045a6d6746.tar.xz
Automated merge with http://repo.m5sim.org/m5-stable
Diffstat (limited to 'src')
-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);
};