diff options
Diffstat (limited to 'editor/reparent_dialog.h')
-rw-r--r-- | editor/reparent_dialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/reparent_dialog.h b/editor/reparent_dialog.h index 121a86e9f0..a5a9818e7f 100644 --- a/editor/reparent_dialog.h +++ b/editor/reparent_dialog.h @@ -52,7 +52,7 @@ protected: static void _bind_methods(); public: - void set_current(const Set<Node *> &p_selection); + void set_current(const RBSet<Node *> &p_selection); ReparentDialog(); ~ReparentDialog(); |