summaryrefslogtreecommitdiff
path: root/ZAPD/ZPath.cpp
diff options
context:
space:
mode:
authorNicholas Estelami <NEstelami@users.noreply.github.com>2023-05-04 22:36:23 -0400
committerGitHub <noreply@github.com>2023-05-04 22:36:23 -0400
commitecc25616ec90e14f3ddcf3c703b7a29d6ccf1f95 (patch)
treeb68d94985389201efa89938523bc536f7950a7dd /ZAPD/ZPath.cpp
parent0dbba745dfed52be5cab97257dbf56a2223dd874 (diff)
Cleaned up and Documented Declaration Class (#290)
Diffstat (limited to 'ZAPD/ZPath.cpp')
-rw-r--r--ZAPD/ZPath.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ZAPD/ZPath.cpp b/ZAPD/ZPath.cpp
index 0852ece..7a014cf 100644
--- a/ZAPD/ZPath.cpp
+++ b/ZAPD/ZPath.cpp
@@ -173,7 +173,7 @@ void PathwayEntry::DeclareReferences(const std::string& prefix)
points.size(), declaration);
}
else
- decl->text = declaration;
+ decl->declBody = declaration;
}
std::string PathwayEntry::GetBodySourceCode() const