diff options
| author | inspectredc <inspectredc@gmail.com> | 2024-04-04 22:29:55 +0100 |
|---|---|---|
| committer | Lywx <kiritodev01@gmail.com> | 2024-04-04 16:00:59 -0600 |
| commit | 53eec1f33a761a2dac032c94bfd9856c00014747 (patch) | |
| tree | ce93d16522ffffe524ee43c6fe29b14487b2a807 /src/Companion.cpp | |
| parent | 378575792b9f0eeddae6e9fa53e1412d129a89a5 (diff) | |
exporters
Diffstat (limited to 'src/Companion.cpp')
| -rw-r--r-- | src/Companion.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Companion.cpp b/src/Companion.cpp index 172ad81..1ad9e64 100644 --- a/src/Companion.cpp +++ b/src/Companion.cpp @@ -163,6 +163,8 @@ void Companion::ParseEnums(std::string& header) { void Companion::ExtractNode(YAML::Node& node, std::string& name, SWrapper* binary) { std::ostringstream stream; + this->gCurrentWrapper = binary; + auto type = GetSafeNode<std::string>(node, "type"); std::transform(type.begin(), type.end(), type.begin(), ::toupper); |
