--- nono/host/hostcom.h 2026/04/29 17:05:47 1.1.1.6 +++ nono/host/hostcom.h 2026/04/29 17:05:56 1.1.1.7 @@ -46,7 +46,7 @@ class HostCOMDevice : public HostDevice uint32 Rx(); // ドライバ名を返す。 - const std::string GetDriverName(); + const std::string& GetDriverName(); private: bool SelectDriver(bool startup) override;