diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-09-09 21:03:41 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-09-09 21:03:41 +0100 |
| commit | 49bc86b1321c765a71eb9ef73863fc00345f571c (patch) | |
| tree | beb412b988902b92ddbe5fe5cf689cf6915bb512 /src/lib/config.h | |
| parent | b79568988f73c2580c46060287432151857abef9 (diff) | |
Use dcpomatic2 for config files (for now, at least) and remove old .dvdomatic option.
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 99b3eb621..3cc7c49c4 100644 --- a/src/lib/config.h +++ b/src/lib/config.h @@ -435,7 +435,7 @@ public: private: Config (); - boost::filesystem::path file (bool) const; + boost::filesystem::path file () const; void read (); void write () const; void make_decryption_keys (); |
