summaryrefslogtreecommitdiff
path: root/editor/progress_dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'editor/progress_dialog.h')
-rw-r--r--editor/progress_dialog.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/editor/progress_dialog.h b/editor/progress_dialog.h
index 880e6bc9d4..f395750165 100644
--- a/editor/progress_dialog.h
+++ b/editor/progress_dialog.h
@@ -74,11 +74,11 @@ class ProgressDialog : public PopupPanel {
ProgressBar *progress = nullptr;
Label *state = nullptr;
};
- HBoxContainer *cancel_hb;
- Button *cancel;
+ HBoxContainer *cancel_hb = nullptr;
+ Button *cancel = nullptr;
Map<String, Task> tasks;
- VBoxContainer *main;
+ VBoxContainer *main = nullptr;
uint64_t last_progress_tick;
static ProgressDialog *singleton;