summaryrefslogtreecommitdiff
path: root/ZAPD/ZPointer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ZAPD/ZPointer.cpp')
-rw-r--r--ZAPD/ZPointer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ZAPD/ZPointer.cpp b/ZAPD/ZPointer.cpp
index 6e6945c..61ad9ac 100644
--- a/ZAPD/ZPointer.cpp
+++ b/ZAPD/ZPointer.cpp
@@ -31,7 +31,7 @@ std::string ZPointer::GetBodySourceCode() const
{
std::string ptrName;
- Globals::Instance->GetSegmentedPtrName(ptr, parent, "", ptrName);
+ Globals::Instance->GetSegmentedPtrName(ptr, parent, "", ptrName, parent->workerID, false);
return ptrName;
}