Fix black borders around the preview in some cases (#2331).
[dcpomatic.git] / src / wx / batch_job_view.h
index 688e6c374783cfb0bee77f7020679fa5654eb70a..91dca82e9fa6feb379ea2527f355a8fa6683ea39 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 (std::shared_ptr<Job> job, wxWindow* parent, wxWindow* container, wxFlexGridSizer* table);
 
 private:
-       int insert_position () const;
-       void job_list_changed ();
+       int insert_position () const override;
+       void job_list_changed () override;
 
-       void finish_setup (wxWindow* parent, wxSizer* sizer);
+       void finish_setup (wxWindow* parent, wxSizer* sizer) override;
        void higher_priority_clicked ();
        void lower_priority_clicked ();