diff options
Diffstat (limited to 'src/lib/config.h')
| -rw-r--r-- | src/lib/config.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/config.h b/src/lib/config.h index 4f47ab314..f436061e8 100644 --- a/src/lib/config.h +++ b/src/lib/config.h @@ -407,6 +407,8 @@ public: void changed (); boost::signals2::signal<void ()> Changed; + void write () const; + static Config* instance (); static void drop (); static void restore_defaults (); @@ -415,7 +417,6 @@ private: Config (); boost::filesystem::path file () const; void read (); - void write () const; void make_decryption_keys (); void set_defaults (); void set_kdm_email_to_default (); |
