More c++ tidying.
[dcpomatic.git] / src / lib / film.h
index d794486897d9c8029493b6452912ecf2bc387d01..6828df21aa366cad9e7506cedad0b5925a9d2dff 100644 (file)
@@ -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;