mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Replace NULL with nullptr
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user