summaryrefslogtreecommitdiffstats
path: root/scene/main/window.h
diff options
context:
space:
mode:
Diffstat (limited to 'scene/main/window.h')
-rw-r--r--scene/main/window.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/main/window.h b/scene/main/window.h
index 11b986239e..c1a7ed2e0b 100644
--- a/scene/main/window.h
+++ b/scene/main/window.h
@@ -293,7 +293,7 @@ public:
void request_attention();
void move_to_foreground();
- void set_visible(bool p_visible);
+ virtual void set_visible(bool p_visible);
bool is_visible() const;
void update_mouse_cursor_state() override;