You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 12:30:27 +00:00
Add const lvalue ref to editor/* container parameters
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user