summaryrefslogtreecommitdiff
path: root/Source/cmNewLineStyle.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmNewLineStyle.h')
-rw-r--r--Source/cmNewLineStyle.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmNewLineStyle.h b/Source/cmNewLineStyle.h
index 397cd2c50..ab9002e4d 100644
--- a/Source/cmNewLineStyle.h
+++ b/Source/cmNewLineStyle.h
@@ -30,10 +30,10 @@ public:
bool ReadFromArguments(const std::vector<std::string>& args,
std::string& errorString);
- const std::string GetCharacters() const;
+ std::string GetCharacters() const;
private:
- Style NewLineStyle;
+ Style NewLineStyle = Invalid;
};
#endif