X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fnormal_job_view.h;h=acd8111b6e6c95b48ee5f4de358bc0662b9de0ee;hb=be436f229587905e89ac768b3c57b0e983cfe7fa;hp=ea1a014f4fececef6a485d695fe2dcbbfe8fe534;hpb=dd9be86db6cde0afa5da0d1d1ac43b42e05dca26;p=dcpomatic.git diff --git a/src/wx/normal_job_view.h b/src/wx/normal_job_view.h index ea1a014f4..acd8111b6 100644 --- a/src/wx/normal_job_view.h +++ b/src/wx/normal_job_view.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2012-2016 Carl Hetherington + Copyright (C) 2012-2021 Carl Hetherington This file is part of DCP-o-matic. @@ -18,10 +18,13 @@ */ + #include "job_view.h" + class wxSizer; + class NormalJobView : public JobView { public: @@ -35,5 +38,5 @@ private: void pause_clicked (); void finished (); - wxButton* _pause; + wxButton* _pause = nullptr; };