diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-01-11 16:46:13 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-01-11 16:46:13 +0100 |
| commit | 9b946fc5250eff5a5dd4a661896916fcd5d9bd4b (patch) | |
| tree | 2626cce11334b2019bda77087e8ac4496afd61da /src/lib/film.h | |
| parent | 0241df1707c7ea5658f471828ff6dc944e21af42 (diff) | |
More c++ tidying.
Diffstat (limited to 'src/lib/film.h')
| -rw-r--r-- | src/lib/film.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/film.h b/src/lib/film.h index d79448689..6828df21a 100644 --- a/src/lib/film.h +++ b/src/lib/film.h @@ -67,6 +67,7 @@ struct atmos_encrypted_passthrough_test; class InfoFileHandle { public: + InfoFileHandle (boost::mutex& mutex, boost::filesystem::path file, bool read); ~InfoFileHandle (); FILE* get () const { @@ -80,8 +81,6 @@ public: private: friend class Film; - InfoFileHandle (boost::mutex& mutex, boost::filesystem::path file, bool read); - boost::mutex::scoped_lock _lock; FILE* _handle; boost::filesystem::path _file; |
