Rename variable
This commit is contained in:
David Kocik 2021-12-06 17:24:54 +01:00
parent 6490456ec4
commit 091585076c
2 changed files with 3 additions and 3 deletions

View file

@ -352,7 +352,7 @@ private:
void check_updates(const bool verbose);
bool m_init_app_config_from_older { false };
bool m_config_folder_redefined { false };
bool m_datadir_redefined { false };
std::string m_older_data_dir_path;
boost::optional<Semver> m_last_config_version;
};