summaryrefslogtreecommitdiff
path: root/Source/cmNewLineStyle.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmNewLineStyle.h')
-rw-r--r--Source/cmNewLineStyle.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmNewLineStyle.h b/Source/cmNewLineStyle.h
index 397cd2c501..f1a7bc6e02 100644
--- a/Source/cmNewLineStyle.h
+++ b/Source/cmNewLineStyle.h
@@ -33,7 +33,7 @@ public:
const std::string GetCharacters() const;
private:
- Style NewLineStyle;
+ Style NewLineStyle = Invalid;
};
#endif