--- nono/vm/rtc.h 2026/04/29 17:05:18 1.1.1.10 +++ nono/vm/rtc.h 2026/04/29 17:05:25 1.1.1.11 @@ -22,7 +22,7 @@ class RTCDevice : public IODevice public: RTCDevice(); - virtual ~RTCDevice() override; + ~RTCDevice() override; bool Init() override;