summaryrefslogtreecommitdiff
path: root/src/wx/job_view.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-04-25 23:24:32 +0200
committerCarl Hetherington <cth@carlh.net>2025-04-25 23:24:32 +0200
commit40fcb67be15ec0680d5dbb5078e5900964ff2ecb (patch)
tree2e5b6062bdd189d47b2dee3d0c89b67a27e7379a /src/wx/job_view.h
parentb50056a1874bab1fe3310c4e63526780130694ac (diff)
Tidy up initialisation.
Diffstat (limited to 'src/wx/job_view.h')
-rw-r--r--src/wx/job_view.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/job_view.h b/src/wx/job_view.h
index f5cffbefb..a3ec59bf5 100644
--- a/src/wx/job_view.h
+++ b/src/wx/job_view.h
@@ -81,7 +81,7 @@ private:
wxWindow* _parent;
wxWindow* _container;
- wxGauge* _gauge;
+ wxGauge* _gauge = nullptr;
wxStaticText* _message;
wxButton* _cancel;
wxButton* _details;