X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fjob_view_dialog.h;h=66a3ea6c658fe302bdaf4518ae207812b83251f1;hb=92858c0cc30fed42119ac632988c8106155e1949;hp=b72ad298d0682bdcfb2871f43edea3e19ffc0e5b;hpb=dd9be86db6cde0afa5da0d1d1ac43b42e05dca26;p=dcpomatic.git diff --git a/src/wx/job_view_dialog.h b/src/wx/job_view_dialog.h index b72ad298d..66a3ea6c6 100644 --- a/src/wx/job_view_dialog.h +++ b/src/wx/job_view_dialog.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2015 Carl Hetherington + Copyright (C) 2015-2021 Carl Hetherington 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; std::shared_ptr _timer; };