Fix update of reference-dcp-audio button.
[dcpomatic.git] / src / wx / job_manager_view.h
index c6805aaa91671ed9085b2b7021fd00c94b152dbd..79cc4743cef789ae8deb715bd5133272a710fd06 100644 (file)
 
 #include <wx/wx.h>
 #include <boost/shared_ptr.hpp>
-#include <string>
 #include <list>
 
 class Job;
-class JobRecord;
+class JobView;
 
 /** @class JobManagerView
  *  @brief Class which is a wxPanel for showing the progress of jobs.
@@ -45,5 +44,5 @@ private:
        wxFlexGridSizer* _table;
        boost::shared_ptr<wxTimer> _timer;
 
-       std::list<boost::shared_ptr<JobRecord> > _job_records;
+       std::list<boost::shared_ptr<JobView> > _job_records;
 };