X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d89b7c194d77ae14dcdb113ac4ffe79f5515b4ca..6a62b2c6eddef047009cf2c14365b7012fc418ec:/src/common/fileconf.cpp?ds=inline diff --git a/src/common/fileconf.cpp b/src/common/fileconf.cpp index 1eabee0e1a..33b83d88e7 100644 --- a/src/common/fileconf.cpp +++ b/src/common/fileconf.cpp @@ -146,7 +146,7 @@ private: wxString m_strName, // entry name m_strValue; // value - bool m_bImmutable:1, // can be overriden locally? + bool m_bImmutable:1, // can be overridden locally? m_bHasValue:1; // set after first call to SetValue() int m_nLine; // used if m_pLine == NULL only