You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Add const lvalue ref to editor/* container parameters
This commit is contained in:
@@ -100,7 +100,7 @@ class AnimationLibraryEditor : public AcceptDialog {
|
||||
void _add_library_validate(const String &p_name);
|
||||
void _add_library_confirm();
|
||||
void _load_library();
|
||||
void _load_file(String p_path);
|
||||
void _load_file(const String &p_path);
|
||||
void _load_files(const PackedStringArray &p_paths);
|
||||
|
||||
void _item_renamed();
|
||||
|
||||
Reference in New Issue
Block a user