summaryrefslogtreecommitdiff
path: root/src/Companion.cpp
diff options
context:
space:
mode:
authorcoco875 <pereira.jannin@gmail.com>2025-07-09 01:17:02 +0200
committerLywx <kiritodev01@gmail.com>2025-07-08 20:32:34 -0600
commit9f6225218aab4d63f713194b5d65f41c121ef0fc (patch)
treeddbbe06d1807371d6bb5187d6b87869403dcc44d /src/Companion.cpp
parentc48e6290f8d224d0297f9124ea65721adc2b8d6e (diff)
Update Companion.cpp
Diffstat (limited to 'src/Companion.cpp')
-rw-r--r--src/Companion.cpp2
1 files changed, 1 insertions, 1 deletions
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<std::string>(node, "type");
std::transform(type.begin(), type.end(), type.begin(), toupper);
return type;