diff options
Diffstat (limited to 'src/lib/config.h')
| -rw-r--r-- | src/lib/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/config.h b/src/lib/config.h index 049b3663c..806853083 100644 --- a/src/lib/config.h +++ b/src/lib/config.h @@ -458,11 +458,11 @@ public: static Config* instance (); static void drop (); static void restore_defaults (); - static bool have_existing (); + static bool have_existing (std::string); private: Config (); - static boost::filesystem::path file (bool create_directories = true); + static boost::filesystem::path path (std::string file, bool create_directories = true); void read (); void set_defaults (); void set_kdm_email_to_default (); |
