summaryrefslogtreecommitdiff
path: root/src/dev/net/etherlink.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/dev/net/etherlink.cc')
-rw-r--r--src/dev/net/etherlink.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dev/net/etherlink.cc b/src/dev/net/etherlink.cc
index 9a11018bb..b160e29d5 100644
--- a/src/dev/net/etherlink.cc
+++ b/src/dev/net/etherlink.cc
@@ -67,7 +67,7 @@
using namespace std;
EtherLink::EtherLink(const Params *p)
- : EtherObject(p)
+ : SimObject(p)
{
link[0] = new Link(name() + ".link0", this, 0, p->speed,
p->delay, p->delay_var, p->dump);