--- nono/vm/ethernet.h 2026/04/29 17:05:21 1.1.1.10 +++ nono/vm/ethernet.h 2026/04/29 17:05:25 1.1.1.11 @@ -31,7 +31,7 @@ class EthernetDevice : public IODevice protected: EthernetDevice(int objid_); public: - virtual ~EthernetDevice() override; + ~EthernetDevice() override; bool Create() override;