summaryrefslogtreecommitdiff
path: root/Source/cmXMLSafe.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmXMLSafe.cxx')
-rw-r--r--Source/cmXMLSafe.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmXMLSafe.cxx b/Source/cmXMLSafe.cxx
index 8cd5f6e0d2..d31a239c73 100644
--- a/Source/cmXMLSafe.cxx
+++ b/Source/cmXMLSafe.cxx
@@ -28,7 +28,7 @@ cmXMLSafe& cmXMLSafe::Quotes(bool b)
return *this;
}
-std::string cmXMLSafe::str()
+std::string cmXMLSafe::str() const
{
std::ostringstream ss;
ss << *this;