diff options
Diffstat (limited to 'dev/etherlink.hh')
-rw-r--r-- | dev/etherlink.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/etherlink.hh b/dev/etherlink.hh index ea7bdcbcc..ef587faf7 100644 --- a/dev/etherlink.hh +++ b/dev/etherlink.hh @@ -52,7 +52,7 @@ class EtherLink : public SimObject /* * Model for a single uni-directional link */ - class Link : public Serializeable { + class Link : public Serializable { protected: std::string objName; |