Use new functor API in libdcp.
[dcpomatic.git] / src / lib / make_dcp_job.h
index fc7da6c8920542fb10cb9d737a7e14c1620ae9c2..677bed424d0329ecfc1b9d1fd71ce76ec8723097 100644 (file)
@@ -36,5 +36,7 @@ public:
 
 private:
        void dcp_progress (float);
+       std::string j2c_path (int) const;
+       std::string wav_path (libdcp::Channel) const;
 };