summaryrefslogtreecommitdiff
path: root/editor/editor_asset_installer.h
diff options
context:
space:
mode:
Diffstat (limited to 'editor/editor_asset_installer.h')
-rw-r--r--editor/editor_asset_installer.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/editor/editor_asset_installer.h b/editor/editor_asset_installer.h
index 58c232f351..deb320e7fa 100644
--- a/editor/editor_asset_installer.h
+++ b/editor/editor_asset_installer.h
@@ -36,11 +36,11 @@
class EditorAssetInstaller : public ConfirmationDialog {
GDCLASS(EditorAssetInstaller, ConfirmationDialog);
- Tree *tree;
- Label *asset_contents;
+ Tree *tree = nullptr;
+ Label *asset_contents = nullptr;
String package_path;
String asset_name;
- AcceptDialog *error;
+ AcceptDialog *error = nullptr;
Map<String, TreeItem *> status_map;
bool updating = false;
void _item_edited();