diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-02-03 00:54:00 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-02-03 00:54:00 +0100 |
| commit | 90bcaa36fa76e7d22ae2cbe6f299bc2784076fde (patch) | |
| tree | a73b8ba6c2a9af4ded74deb9fbb72af10b5b257b | |
| parent | 7657c79558287f0f16cfd0b1ee321bd4e0712058 (diff) | |
Missing explicit.
| -rw-r--r-- | src/lib/cinema_list.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/cinema_list.h b/src/lib/cinema_list.h index 40e32410f..32ba7a579 100644 --- a/src/lib/cinema_list.h +++ b/src/lib/cinema_list.h @@ -77,7 +77,7 @@ class CinemaList { public: CinemaList(); - CinemaList(boost::filesystem::path db_file); + explicit CinemaList(boost::filesystem::path db_file); CinemaList(CinemaList const&) = delete; CinemaList& operator=(CinemaList const&) = delete; |
