diff options
Diffstat (limited to 'Source/cmXCodeObject.h')
-rw-r--r-- | Source/cmXCodeObject.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/cmXCodeObject.h b/Source/cmXCodeObject.h index 8999073..b1e2997 100644 --- a/Source/cmXCodeObject.h +++ b/Source/cmXCodeObject.h @@ -27,6 +27,10 @@ public: m_String += s; m_String += "\""; } + const char* GetString() + { + return m_String.c_str(); + } void AddAttribute(const char* name, cmXCodeObject* value) { |