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
|
|
@ -162,7 +162,7 @@ Vector<String> OS_Android::get_granted_permissions() const {
|
|||
return godot_java->get_granted_permissions();
|
||||
}
|
||||
|
||||
Error OS_Android::open_dynamic_library(const String p_path, void *&p_library_handle, bool p_also_set_library_path, String *r_resolved_path) {
|
||||
Error OS_Android::open_dynamic_library(const String &p_path, void *&p_library_handle, bool p_also_set_library_path, String *r_resolved_path) {
|
||||
String path = p_path;
|
||||
bool so_file_exists = true;
|
||||
if (!FileAccess::exists(path)) {
|
||||
|
|
@ -338,7 +338,7 @@ void OS_Android::main_loop_focusin() {
|
|||
audio_driver_android.set_pause(false);
|
||||
}
|
||||
|
||||
Error OS_Android::shell_open(String p_uri) {
|
||||
Error OS_Android::shell_open(const String &p_uri) {
|
||||
return godot_io_java->open_uri(p_uri);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue