summaryrefslogtreecommitdiffstats
path: root/Source/cmXMLSafe.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmXMLSafe.h')
-rw-r--r--Source/cmXMLSafe.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmXMLSafe.h b/Source/cmXMLSafe.h
index 7cf34ba..11ced13 100644
--- a/Source/cmXMLSafe.h
+++ b/Source/cmXMLSafe.h
@@ -35,6 +35,7 @@ public:
/** Get the escaped data as a string. */
std::string str();
+
private:
char const* Data;
unsigned long Size;