mirror of
https://github.com/godotengine/godot.git
synced 2025-11-01 06:01:14 +00:00
Add const lvalue ref to core/* container parameters
This commit is contained in:
parent
907db8eebc
commit
a8bc9f3e78
92 changed files with 346 additions and 346 deletions
|
|
@ -486,7 +486,7 @@ Vector<String> OS_LinuxBSD::lspci_get_device_value(Vector<String> vendor_device_
|
|||
return values;
|
||||
}
|
||||
|
||||
Error OS_LinuxBSD::shell_open(String p_uri) {
|
||||
Error OS_LinuxBSD::shell_open(const String &p_uri) {
|
||||
Error ok;
|
||||
int err_code;
|
||||
List<String> args;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue