--- nono/vm/rtc.h 2026/04/29 17:04:36 1.1.1.3 +++ nono/vm/rtc.h 2026/04/29 17:04:45 1.1.1.4 @@ -40,7 +40,7 @@ class RTCDevice : public IODevice public: RTCDevice(); - ~RTCDevice() override; + virtual ~RTCDevice() override; // 初期化 // VM の RTC に仮想時刻(の初期値)をセットする。