diff options
| author | coco875 <pereira.jannin@gmail.com> | 2025-07-09 01:17:02 +0200 |
|---|---|---|
| committer | Lywx <kiritodev01@gmail.com> | 2025-07-08 20:32:34 -0600 |
| commit | 9f6225218aab4d63f713194b5d65f41c121ef0fc (patch) | |
| tree | ddbbe06d1807371d6bb5187d6b87869403dcc44d /src/Companion.cpp | |
| parent | c48e6290f8d224d0297f9124ea65721adc2b8d6e (diff) | |
Update Companion.cpp
Diffstat (limited to 'src/Companion.cpp')
| -rw-r--r-- | src/Companion.cpp | 2 |
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; |
