X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fjob_manager_view.h;h=c1a1744bf69aae6deab0d9b9230f3c5c13f054f5;hb=59209af1e2d73334ff7dfe6c7da465293dc24c0b;hp=392d7504ce2878b2bca4773102aebb77bb993785;hpb=dd9be86db6cde0afa5da0d1d1ac43b42e05dca26;p=dcpomatic.git diff --git a/src/wx/job_manager_view.h b/src/wx/job_manager_view.h index 392d7504c..c1a1744bf 100644 --- a/src/wx/job_manager_view.h +++ b/src/wx/job_manager_view.h @@ -18,15 +18,16 @@ */ + /** @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 +LIBDCP_DISABLE_WARNINGS #include -DCPOMATIC_ENABLE_WARNINGS +LIBDCP_ENABLE_WARNINGS #include #include @@ -54,5 +55,5 @@ private: std::shared_ptr _timer; bool _batch; - std::list > _job_records; + std::list> _job_records; };