summaryrefslogtreecommitdiff
path: root/ZAPD/ZSkeleton.cpp
diff options
context:
space:
mode:
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 == "")
{