X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fbatch_job_view.h;h=6d9ccba31cc3bbfb96cb3f8d5624945bb03c9bcb;hb=9b85acc342e0cbfc6a9f9533bb7067978bd1294e;hp=40dceff31bf8d11296d995b8119a8e7b5ca5921c;hpb=f5bc071ddac2355da1d116404cc37f4485e97699;p=dcpomatic.git diff --git a/src/wx/batch_job_view.h b/src/wx/batch_job_view.h index 40dceff31..6d9ccba31 100644 --- a/src/wx/batch_job_view.h +++ b/src/wx/batch_job_view.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2012-2017 Carl Hetherington + Copyright (C) 2012-2021 Carl Hetherington This file is part of DCP-o-matic. @@ -18,12 +18,14 @@ */ + #include "job_view.h" + class BatchJobView : public JobView { public: - BatchJobView (boost::shared_ptr job, wxWindow* parent, wxWindow* container, wxFlexGridSizer* table); + BatchJobView (std::shared_ptr job, wxWindow* parent, wxWindow* container, wxFlexGridSizer* table); private: int insert_position () const;