LogManager: add SaveSettings

This commit is contained in:
Michael Maltese
2017-07-07 16:10:38 -07:00
parent 8ff8dfcdf2
commit c9e8289e82
3 changed files with 23 additions and 17 deletions

View File

@ -53,6 +53,8 @@ public:
void EnableListener(LogListener::LISTENER id, bool enable);
bool IsListenerEnabled(LogListener::LISTENER id) const;
void SaveSettings();
private:
struct LogContainer
{