提交 40f922ca 编写于 作者: J jp9000

initialize dataChanged variables in SettingsData base class

上级 375bc183
......@@ -24,6 +24,7 @@ protected:
bool dataChanged;
public:
inline SettingsData() : dataChanged(false) {}
virtual void Apply()=0;
inline bool DataChanged() const {return dataChanged;}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册