summaryrefslogtreecommitdiffstats
path: root/editor/debugger/editor_file_server.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'editor/debugger/editor_file_server.cpp')
-rw-r--r--editor/debugger/editor_file_server.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/debugger/editor_file_server.cpp b/editor/debugger/editor_file_server.cpp
index c12cec1e74..e84eb14636 100644
--- a/editor/debugger/editor_file_server.cpp
+++ b/editor/debugger/editor_file_server.cpp
@@ -98,7 +98,7 @@ void EditorFileServer::_scan_files_changed(EditorFileSystemDirectory *efd, const
}
}
-static void _add_custom_file(const String f, HashMap<String, uint64_t> &files_to_send, HashMap<String, uint64_t> &cached_files) {
+static void _add_custom_file(const String &f, HashMap<String, uint64_t> &files_to_send, HashMap<String, uint64_t> &cached_files) {
if (!FileAccess::exists(f)) {
return;
}