From 9f6225218aab4d63f713194b5d65f41c121ef0fc Mon Sep 17 00:00:00 2001 From: coco875 Date: Wed, 9 Jul 2025 01:17:02 +0200 Subject: Update Companion.cpp --- src/Companion.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Companion.cpp') diff --git a/src/Companion.cpp b/src/Companion.cpp index 35f63f5..e778494 100644 --- a/src/Companion.cpp +++ b/src/Companion.cpp @@ -115,7 +115,7 @@ static std::string ConvertType(std::string type) { return type; } -static std::string GetTypeNode(const YAML::Node& node) { +static std::string GetTypeNode(YAML::Node& node) { auto type = GetSafeNode(node, "type"); std::transform(type.begin(), type.end(), type.begin(), toupper); return type; -- cgit v1.2.3