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.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/editor/editor_asset_installer.h b/editor/editor_asset_installer.h
index 58c232f351..c44f4c5d22 100644
--- a/editor/editor_asset_installer.h
+++ b/editor/editor_asset_installer.h
@@ -36,12 +36,12 @@
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;
- Map<String, TreeItem *> status_map;
+ AcceptDialog *error = nullptr;
+ HashMap<String, TreeItem *> status_map;
bool updating = false;
void _item_edited();
void _check_propagated_to_item(Object *p_obj, int column);