Fix build with older boost.
[dcpomatic.git] / src / wx / batch_job_view.h
index 40dceff31bf8d11296d995b8119a8e7b5ca5921c..6d9ccba31cc3bbfb96cb3f8d5624945bb03c9bcb 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2012-2017 Carl Hetherington <cth@carlh.net>
+    Copyright (C) 2012-2021 Carl Hetherington <cth@carlh.net>
 
     This file is part of DCP-o-matic.
 
 
 */
 
+
 #include "job_view.h"
 
+
 class BatchJobView : public JobView
 {
 public:
-       BatchJobView (boost::shared_ptr<Job> job, wxWindow* parent, wxWindow* container, wxFlexGridSizer* table);
+       BatchJobView (std::shared_ptr<Job> job, wxWindow* parent, wxWindow* container, wxFlexGridSizer* table);
 
 private:
        int insert_position () const;