--- nono/vm/rtc.h 2026/04/29 17:05:25 1.1.1.11 +++ nono/vm/rtc.h 2026/04/29 17:05:29 1.1.1.12 @@ -123,7 +123,7 @@ class RTCDevice : public IODevice bool ParseTime(const std::string& str, int *h, int *m, int *s); // 現在の月の最終日を返す (月の繰り上がり処理用) - int GetLastMday() const; + uint GetLastMday() const; // イベントコールバック void Callback(Event& ev);