Supporters update.
[dcpomatic.git] / src / wx / normal_job_view.h
index ea1a014f4fececef6a485d695fe2dcbbfe8fe534..7d4f72ad55d5d13612b554060ab14f76dcbbfaa1 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2012-2016 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 wxSizer;
 
+
 class NormalJobView : public JobView
 {
 public:
@@ -30,10 +33,10 @@ public:
        void setup ();
 
 private:
-       int insert_position () const;
-       void finish_setup (wxWindow* parent, wxSizer* sizer);
+       int insert_position () const override;
+       void finish_setup (wxWindow* parent, wxSizer* sizer) override;
        void pause_clicked ();
-       void finished ();
+       void finished () override;
 
-       wxButton* _pause;
+       wxButton* _pause = nullptr;
 };