--- nono/vm/rtc.cpp 2026/04/29 17:04:53 1.1.1.4 +++ nono/vm/rtc.cpp 2026/04/29 17:04:55 1.1.1.5 @@ -11,7 +11,8 @@ std::unique_ptr gRTC; -RTCDevice::RTCDevice() +RTCDevice::RTCDevice(const std::string& objname_) + : inherited(objname_) { }