summaryrefslogtreecommitdiff
path: root/src/python/swig/event.i
diff options
context:
space:
mode:
authorNathan Binkert <nate@binkert.org>2008-06-14 12:57:21 -0700
committerNathan Binkert <nate@binkert.org>2008-06-14 12:57:21 -0700
commitce43e46576ccf09d56aeb7021d3decd75d08d90c (patch)
tree468de5493ff8a12ffbca48ee01e7b80953bd69b1 /src/python/swig/event.i
parent7a58b5a38a15b5e025435820a2679c34eb2c47a4 (diff)
downloadgem5-ce43e46576ccf09d56aeb7021d3decd75d08d90c.tar.xz
Fix various SWIG warnings
Diffstat (limited to 'src/python/swig/event.i')
-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 9a2093c99..ee1f3d00b 100644
--- a/src/python/swig/event.i
+++ b/src/python/swig/event.i
@@ -44,8 +44,8 @@
void create(PyObject *object, Tick when);
-class Event;
-class CountedDrainEvent : public Event {
+class CountedDrainEvent
+{
public:
void setCount(int _count);
};