summaryrefslogtreecommitdiffstats
path: root/Source/CPack/WiX/cmWIXSourceWriter.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2015-10-14 17:36:02 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2015-10-14 17:36:02 (GMT)
commit088fcbf733a7d1968fc3586a7077f22cb41e1917 (patch)
treee68d62804a9285c95212bbacbd9674bb059f39ce /Source/CPack/WiX/cmWIXSourceWriter.h
parentad3ff60f4a026d94fba7530325278ecd93a7357d (diff)
parent5a266095ee778fb700c067c55ff0b59777a72c50 (diff)
downloadCMake-088fcbf733a7d1968fc3586a7077f22cb41e1917.zip
CMake-088fcbf733a7d1968fc3586a7077f22cb41e1917.tar.gz
CMake-088fcbf733a7d1968fc3586a7077f22cb41e1917.tar.bz2
Merge topic 'wix-text-node'
5a266095 CPackWIX: Handle text nodes in XML patch content
Diffstat (limited to 'Source/CPack/WiX/cmWIXSourceWriter.h')
-rw-r--r--Source/CPack/WiX/cmWIXSourceWriter.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/CPack/WiX/cmWIXSourceWriter.h b/Source/CPack/WiX/cmWIXSourceWriter.h
index 3b9999c..9e303f0 100644
--- a/Source/CPack/WiX/cmWIXSourceWriter.h
+++ b/Source/CPack/WiX/cmWIXSourceWriter.h
@@ -34,6 +34,8 @@ public:
void EndElement(std::string const& name);
+ void AddTextNode(std::string const& text);
+
void AddProcessingInstruction(
std::string const& target, std::string const& content);