summaryrefslogtreecommitdiffstats
path: root/editor/window_wrapper.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/window_wrapper.h
parentbb6b06c81343073f10cbbd2af515cf0dac1e6549 (diff)
downloadredot-engine-1638c1b28f4b79546864872ef25b3c28f4860b56.tar.gz
Add const lvalue ref to editor/* container parameters
Diffstat (limited to 'editor/window_wrapper.h')
-rw-r--r--editor/window_wrapper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/window_wrapper.h b/editor/window_wrapper.h
index e8fcb13c92..a07e95f09e 100644
--- a/editor/window_wrapper.h
+++ b/editor/window_wrapper.h
@@ -78,7 +78,7 @@ public:
void restore_window_from_saved_position(const Rect2 p_window_rect, int p_screen, const Rect2 p_screen_rect);
void enable_window_on_screen(int p_screen = -1, bool p_auto_scale = false);
- void set_window_title(const String p_title);
+ void set_window_title(const String &p_title);
void set_margins_enabled(bool p_enabled);
WindowWrapper();