diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-05-09 00:48:07 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-05-29 11:49:34 +0200 |
| commit | 4021e2a5b467338814664c466a84714da5fcbc0b (patch) | |
| tree | 7902f5300ffc2673fd6ba5d30e9c402a1ea347a9 /src/lib/config.h | |
| parent | 6cc78916f19b813cef89ef7028b7c4de6bb94c1f (diff) | |
Interpret relative cinemas SQLite3 paths as being relative to the config.xml (#3038).
Diffstat (limited to 'src/lib/config.h')
| -rw-r--r-- | src/lib/config.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/config.h b/src/lib/config.h index b2a979ffa..c90790ebc 100644 --- a/src/lib/config.h +++ b/src/lib/config.h @@ -396,9 +396,7 @@ public: return _dkdms; } - boost::filesystem::path cinemas_file() const { - return _cinemas_file; - } + boost::filesystem::path cinemas_file() const; boost::filesystem::path dkdm_recipients_file() const { return _dkdm_recipients_file; |
