X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Fwx%2Fjob_view_dialog.h;h=66a3ea6c658fe302bdaf4518ae207812b83251f1;hp=b72ad298d0682bdcfb2871f43edea3e19ffc0e5b;hb=8963f0007af1a312017b9627c18b82ec2a577591;hpb=dd9be86db6cde0afa5da0d1d1ac43b42e05dca26 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; };