--- nono/host/hostwindrv.h 2026/04/29 17:05:26 1.1 +++ nono/host/hostwindrv.h 2026/04/29 17:05:30 1.1.1.2 @@ -23,11 +23,11 @@ class HostWindrv : public Device static const int MaxVDirs = 20; public: - HostWindrv(WindrvDevice *parent_); + explicit HostWindrv(WindrvDevice *parent_); ~HostWindrv() override; // ルートパスの設定。 - void InitRootPath(const std::string& rootpath_); + bool InitRootPath(const std::string& rootpath_); uint32 Initialize();