summaryrefslogtreecommitdiff
path: root/src/Companion.cpp
diff options
context:
space:
mode:
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;