summaryrefslogtreecommitdiff
path: root/editor/debugger/editor_debugger_tree.h
diff options
context:
space:
mode:
Diffstat (limited to 'editor/debugger/editor_debugger_tree.h')
-rw-r--r--editor/debugger/editor_debugger_tree.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/editor/debugger/editor_debugger_tree.h b/editor/debugger/editor_debugger_tree.h
index d9084bc596..342eb23194 100644
--- a/editor/debugger/editor_debugger_tree.h
+++ b/editor/debugger/editor_debugger_tree.h
@@ -50,8 +50,8 @@ private:
int debugger_id = 0;
bool updating_scene_tree = false;
Set<ObjectID> unfold_cache;
- PopupMenu *item_menu = NULL;
- EditorFileDialog *file_dialog = NULL;
+ PopupMenu *item_menu = nullptr;
+ EditorFileDialog *file_dialog = nullptr;
String _get_path(TreeItem *p_item);
void _scene_tree_folded(Object *p_obj);