summaryrefslogtreecommitdiff
path: root/src/wx/job_view.h
diff options
context:
space:
mode:
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;