summaryrefslogtreecommitdiff
path: root/modules/jsonrpc/jsonrpc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/jsonrpc/jsonrpc.cpp')
-rw-r--r--modules/jsonrpc/jsonrpc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/jsonrpc/jsonrpc.cpp b/modules/jsonrpc/jsonrpc.cpp
index 320da182f8..d1d8e18583 100644
--- a/modules/jsonrpc/jsonrpc.cpp
+++ b/modules/jsonrpc/jsonrpc.cpp
@@ -151,7 +151,7 @@ Variant JSONRPC::process_action(const Variant &p_action, bool p_process_arr_elem
}
String JSONRPC::process_string(const String &p_input) {
- if (p_input.empty()) {
+ if (p_input.is_empty()) {
return String();
}