summaryrefslogtreecommitdiff
path: root/ZAPD/ZSkeleton.cpp
diff options
context:
space:
mode:
authorlouist103 <35883445+louist103@users.noreply.github.com>2023-10-28 01:06:21 -0400
committerlouist103 <35883445+louist103@users.noreply.github.com>2023-10-28 01:06:21 -0400
commit5934e4e0772eb910536e566728e14d3537d8e412 (patch)
treee4065cf06b22a4e2ec1f6da2a4e99568f3c86246 /ZAPD/ZSkeleton.cpp
parentcc8bd2fd01672446bb2f4613f402f2310f5ce62d (diff)
MM
Diffstat (limited to 'ZAPD/ZSkeleton.cpp')
-rw-r--r--ZAPD/ZSkeleton.cpp2
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 == "")
{