diff options
| author | louist103 <35883445+louist103@users.noreply.github.com> | 2023-10-28 01:06:21 -0400 |
|---|---|---|
| committer | louist103 <35883445+louist103@users.noreply.github.com> | 2023-10-28 01:06:21 -0400 |
| commit | 5934e4e0772eb910536e566728e14d3537d8e412 (patch) | |
| tree | e4065cf06b22a4e2ec1f6da2a4e99568f3c86246 /ZAPD/ZSkeleton.cpp | |
| parent | cc8bd2fd01672446bb2f4613f402f2310f5ce62d (diff) | |
MM
Diffstat (limited to 'ZAPD/ZSkeleton.cpp')
| -rw-r--r-- | ZAPD/ZSkeleton.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ZAPD/ZSkeleton.cpp b/ZAPD/ZSkeleton.cpp index 21fe92e..8fa4945 100644 --- a/ZAPD/ZSkeleton.cpp +++ b/ZAPD/ZSkeleton.cpp @@ -381,7 +381,7 @@ std::string ZLimbTable::GetBodySourceCode() const return body; } -std::string ZLimbTable::GetSourceOutputHeader([[maybe_unused]] const std::string& prefix) +std::string ZLimbTable::GetSourceOutputHeader([[maybe_unused]] const std::string& prefix, std::set<std::string>* nameSet) { if (limbNoneName == "" || limbMaxName == "" || enumName == "") { |
