--- nono/debugger/cvprompt.h 2026/04/29 17:04:33 1.1.1.3 +++ nono/debugger/cvprompt.h 2026/04/29 17:04:40 1.1.1.4 @@ -53,10 +53,10 @@ class CVPrompt } private: - volatile bool is_prompt = false; // プロンプト中なら true - std::mutex mtx; - std::condition_variable cvAcquire; - std::condition_variable cvRelease; + volatile bool is_prompt {}; // プロンプト中なら true + std::mutex mtx {}; + std::condition_variable cvAcquire {}; + std::condition_variable cvRelease {}; }; // debugger.cpp で初期化