diff options
Diffstat (limited to 'src/gui/widgets/window.h')
-rw-r--r-- | src/gui/widgets/window.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/widgets/window.h b/src/gui/widgets/window.h index 77eac4a5d..2c174aeae 100644 --- a/src/gui/widgets/window.h +++ b/src/gui/widgets/window.h @@ -128,6 +128,8 @@ class Window notfinal : public BasicContainer2, */ void draw(Graphics *graphics) override; + void safeDraw(Graphics *graphics) override; + /** * Sets the size of this window. */ |