From ecc25616ec90e14f3ddcf3c703b7a29d6ccf1f95 Mon Sep 17 00:00:00 2001 From: Nicholas Estelami Date: Thu, 4 May 2023 22:36:23 -0400 Subject: Cleaned up and Documented Declaration Class (#290) --- ZAPD/ZPath.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ZAPD/ZPath.cpp') 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 -- cgit v1.2.3