summaryrefslogtreecommitdiffstats
path: root/editor/plugins/editor_debugger_plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'editor/plugins/editor_debugger_plugin.h')
-rw-r--r--editor/plugins/editor_debugger_plugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/plugins/editor_debugger_plugin.h b/editor/plugins/editor_debugger_plugin.h
index 10c0e29f6e..41f34f67cf 100644
--- a/editor/plugins/editor_debugger_plugin.h
+++ b/editor/plugins/editor_debugger_plugin.h
@@ -43,7 +43,7 @@ private:
ScriptEditorDebugger *debugger = nullptr;
- void _breaked(bool p_really_did, bool p_can_debug, String p_message, bool p_has_stackdump);
+ void _breaked(bool p_really_did, bool p_can_debug, const String &p_message, bool p_has_stackdump);
void _started();
void _stopped();
void _debugger_gone_away();