--- nono/host/hostdevice.h 2026/04/29 17:05:26 1.1.1.4 +++ nono/host/hostdevice.h 2026/04/29 17:05:30 1.1.1.5 @@ -28,7 +28,7 @@ class HostDevice : public ThreadDevice static const int LISTEN_SOCKET = 3; // 待受ソケット着信 protected: - HostDevice(Device *parent_, int objid_); + HostDevice(Device *parent_, uint objid_); public: ~HostDevice() override;