mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Add const lvalue ref to editor/* container parameters
This commit is contained in:
parent
bb6b06c813
commit
1638c1b28f
119 changed files with 397 additions and 397 deletions
|
|
@ -140,7 +140,7 @@ void TextEditor::enable_editor(Control *p_shortcut_context) {
|
|||
}
|
||||
}
|
||||
|
||||
void TextEditor::add_callback(const String &p_function, PackedStringArray p_args) {
|
||||
void TextEditor::add_callback(const String &p_function, const PackedStringArray &p_args) {
|
||||
}
|
||||
|
||||
void TextEditor::set_debugger_active(bool p_active) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue