summaryrefslogtreecommitdiff
path: root/ZAPD/ZVector.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ZAPD/ZVector.cpp')
-rw-r--r--ZAPD/ZVector.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ZAPD/ZVector.cpp b/ZAPD/ZVector.cpp
index 29bf3bf..3537750 100644
--- a/ZAPD/ZVector.cpp
+++ b/ZAPD/ZVector.cpp
@@ -95,7 +95,7 @@ std::string ZVector::GetSourceTypeName() const
std::string ZVector::GetBodySourceCode() const
{
- std::string body = "";
+ std::string body;
for (size_t i = 0; i < scalars.size(); i++)
{