C++11 tidying.
[dcpomatic.git] / src / wx / job_view_dialog.h
index b72ad298d0682bdcfb2871f43edea3e19ffc0e5b..66a3ea6c658fe302bdaf4518ae207812b83251f1 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2015 Carl Hetherington <cth@carlh.net>
+    Copyright (C) 2015-2021 Carl Hetherington <cth@carlh.net>
 
     This file is part of DCP-o-matic.
 
@@ -26,6 +26,7 @@
 class JobView;
 class Job;
 
+
 class JobViewDialog : public TableDialog
 {
 public:
@@ -35,7 +36,7 @@ public:
 private:
        void periodic ();
 
-       JobView* _view;
+       JobView* _view = nullptr;
        std::weak_ptr<Job> _job;
        std::shared_ptr<wxTimer> _timer;
 };