diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-10-09 21:57:35 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-10-09 21:57:35 +0100 |
| commit | f598e06928af82fee1d2b25bc4cf25f560478ad4 (patch) | |
| tree | d19de824ecc75ff188e6e0190a519e6edd9c2c64 /src/lib/config.h | |
| parent | 71589ebfea5a7adc49f013d405b3158ea612222a (diff) | |
swaroop: restart playback after player crash.
Diffstat (limited to 'src/lib/config.h')
| -rw-r--r-- | src/lib/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/config.h b/src/lib/config.h index 94690a727..baf446df3 100644 --- a/src/lib/config.h +++ b/src/lib/config.h @@ -1033,13 +1033,13 @@ public: static void restore_defaults (); static bool have_existing (std::string); static boost::filesystem::path config_file (); + static boost::filesystem::path path (std::string file, bool create_directories = true); /** If set, this overrides the standard path (in home, Library, AppData or wherever) for config.xml and cinemas.xml */ static boost::optional<boost::filesystem::path> override_path; private: Config (); - static boost::filesystem::path path (std::string file, bool create_directories = true); void read (); void set_defaults (); void set_kdm_email_to_default (); |
