summaryrefslogtreecommitdiffstats
path: root/Source/CPack/WiX/cmWIXSourceWriter.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/CPack/WiX/cmWIXSourceWriter.h')
-rw-r--r--Source/CPack/WiX/cmWIXSourceWriter.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/Source/CPack/WiX/cmWIXSourceWriter.h b/Source/CPack/WiX/cmWIXSourceWriter.h
index 582554d..1dafc1f 100644
--- a/Source/CPack/WiX/cmWIXSourceWriter.h
+++ b/Source/CPack/WiX/cmWIXSourceWriter.h
@@ -51,17 +51,17 @@ private:
void WriteXMLDeclaration();
- void Indent(std::size_t count);
+ void Indent(size_t count);
static std::string EscapeAttributeValue(const std::string& value);
- std::ofstream file;
+ cmCPackLog* Logger;
- std::vector<std::string> elements;
+ std::ofstream file;
State state;
- cmCPackLog* Logger;
+ std::vector<std::string> elements;
};
#endif