Tidy up the layout of the TemplatesDialog a bit.
[dcpomatic.git] / src / wx / job_manager_view.h
index 392d7504ce2878b2bca4773102aebb77bb993785..c1a1744bf69aae6deab0d9b9230f3c5c13f054f5 100644 (file)
 
 */
 
+
 /** @file src/job_manager_view.h
  *  @brief Class which is a wxPanel for showing the progress of jobs.
  */
 
 
-#include "lib/warnings.h"
-DCPOMATIC_DISABLE_WARNINGS
+#include <dcp/warnings.h>
+LIBDCP_DISABLE_WARNINGS
 #include <wx/wx.h>
-DCPOMATIC_ENABLE_WARNINGS
+LIBDCP_ENABLE_WARNINGS
 #include <list>
 #include <memory>
 
@@ -54,5 +55,5 @@ private:
        std::shared_ptr<wxTimer> _timer;
        bool _batch;
 
-       std::list<std::shared_ptr<JobView> > _job_records;
+       std::list<std::shared_ptr<JobView>> _job_records;
 };