--- nono/lib/config.h 2026/04/29 17:05:26 1.1.1.9 +++ nono/lib/config.h 2026/04/29 17:05:39 1.1.1.10 @@ -204,8 +204,8 @@ class Config ConfigItem *FindItem(const std::string& key); // 更新1行分の共通処理 - bool UpdateLine(const std::string& line, ConfigItem::from_t, - const std::string& from); + bool UpdateLine(const std::string& line, ConfigItem::from_t from, + const std::string& where); // キーの正規名を返す const std::string& GetCanonKey(const std::string& key) const;