Give an error if 2D content is set to 3D (#1565). Also run
[dcpomatic.git] / src / lib / job_manager.h
index e0b72994df9dd2ab87495df0c6be3eb710afca2e..2788fc657d2a00278e81ac55fb6c785059134dce 100644 (file)
@@ -32,6 +32,7 @@
 class Job;
 class Film;
 class Playlist;
+struct threed_test7;
 
 extern bool wait_for_jobs ();
 
@@ -73,6 +74,7 @@ public:
 private:
        /* This function is part of the test suite */
        friend bool ::wait_for_jobs ();
+       friend struct threed_test7;
 
        JobManager ();
        ~JobManager ();