summaryrefslogtreecommitdiffstats
path: root/editor/editor_log.h
diff options
context:
space:
mode:
authorMuller-Castro <37383316+Muller-Castro@users.noreply.github.com>2024-02-15 13:25:58 -0300
committerMuller-Castro <37383316+Muller-Castro@users.noreply.github.com>2024-02-26 15:28:15 -0300
commit1638c1b28f4b79546864872ef25b3c28f4860b56 (patch)
treedacb36ef5b2f92dae0ccab7b40afaeeedf432ae5 /editor/editor_log.h
parentbb6b06c81343073f10cbbd2af515cf0dac1e6549 (diff)
downloadredot-engine-1638c1b28f4b79546864872ef25b3c28f4860b56.tar.gz
Add const lvalue ref to editor/* container parameters
Diffstat (limited to 'editor/editor_log.h')
-rw-r--r--editor/editor_log.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/editor_log.h b/editor/editor_log.h
index 03a0a071c6..601e63b9fe 100644
--- a/editor/editor_log.h
+++ b/editor/editor_log.h
@@ -64,7 +64,7 @@ private:
LogMessage() {}
- LogMessage(const String p_text, MessageType p_type, bool p_clear) :
+ LogMessage(const String &p_text, MessageType p_type, bool p_clear) :
text(p_text),
type(p_type),
clear(p_clear) {