summaryrefslogtreecommitdiffstats
path: root/Source/CPack/WiX/cmWIXPatch.h
diff options
context:
space:
mode:
authorNils Gladitz <nilsgladitz@gmail.com>2015-10-12 19:53:08 (GMT)
committerNils Gladitz <nilsgladitz@gmail.com>2015-10-12 19:53:08 (GMT)
commit5a266095ee778fb700c067c55ff0b59777a72c50 (patch)
tree5b714661965f0787330de044fc4e196f4b54b90f /Source/CPack/WiX/cmWIXPatch.h
parente5fb30fb5bdff2913cc9382649984da89e882b25 (diff)
downloadCMake-5a266095ee778fb700c067c55ff0b59777a72c50.zip
CMake-5a266095ee778fb700c067c55ff0b59777a72c50.tar.gz
CMake-5a266095ee778fb700c067c55ff0b59777a72c50.tar.bz2
CPackWIX: Handle text nodes in XML patch content
Diffstat (limited to 'Source/CPack/WiX/cmWIXPatch.h')
-rw-r--r--Source/CPack/WiX/cmWIXPatch.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/CPack/WiX/cmWIXPatch.h b/Source/CPack/WiX/cmWIXPatch.h
index 7b7b2f1..d53fcb4 100644
--- a/Source/CPack/WiX/cmWIXPatch.h
+++ b/Source/CPack/WiX/cmWIXPatch.h
@@ -33,6 +33,9 @@ public:
bool CheckForUnappliedFragments();
private:
+ void ApplyElementChildren(const cmWIXPatchElement& element,
+ cmWIXSourceWriter& writer);
+
void ApplyElement(const cmWIXPatchElement& element,
cmWIXSourceWriter& writer);