Update Companion.cpp

This commit is contained in:
coco875
2025-07-08 20:32:34 -06:00
committed by Lywx
parent c48e6290f8
commit 9f6225218a
+1 -1
View File
@@ -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<std::string>(node, "type");
std::transform(type.begin(), type.end(), type.begin(), toupper);
return type;