diff options
Diffstat (limited to 'src/dev/etherlink.hh')
-rw-r--r-- | src/dev/etherlink.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dev/etherlink.hh b/src/dev/etherlink.hh index 0012d0003..9d2a5fdf2 100644 --- a/src/dev/etherlink.hh +++ b/src/dev/etherlink.hh @@ -156,7 +156,7 @@ class EtherLink : public EtherObject return dynamic_cast<const Params *>(_params); } - virtual EtherInt *getEthPort(const std::string &if_name, int idx); + EtherInt *getEthPort(const std::string &if_name, int idx) override; void serialize(CheckpointOut &cp) const override; void unserialize(CheckpointIn &cp) override; |