summaryrefslogtreecommitdiff
path: root/src/dev/ethertap.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/dev/ethertap.hh')
-rw-r--r--src/dev/ethertap.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dev/ethertap.hh b/src/dev/ethertap.hh
index b1fa08559..5755032a9 100644
--- a/src/dev/ethertap.hh
+++ b/src/dev/ethertap.hh
@@ -110,7 +110,7 @@ class EtherTap : 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;
virtual bool recvPacket(EthPacketPtr packet);
virtual void sendDone();