diff options
Diffstat (limited to 'Source/cmXCodeObject.cxx')
-rw-r--r-- | Source/cmXCodeObject.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmXCodeObject.cxx b/Source/cmXCodeObject.cxx index 957adb4..457f913 100644 --- a/Source/cmXCodeObject.cxx +++ b/Source/cmXCodeObject.cxx @@ -130,7 +130,7 @@ void cmXCodeObject::Print(std::ostream& out) } void cmXCodeObject::PrintAttribute(std::ostream& out, const int level, - const std::string separator, + const std::string& separator, const int factor, const std::string& name, const cmXCodeObject* object, const cmXCodeObject* parent) |