diff options
Diffstat (limited to 'src/gui/widgets/checkbox.h')
-rw-r--r-- | src/gui/widgets/checkbox.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/widgets/checkbox.h b/src/gui/widgets/checkbox.h index 0aa3a6faf..5555046ba 100644 --- a/src/gui/widgets/checkbox.h +++ b/src/gui/widgets/checkbox.h @@ -111,6 +111,8 @@ class CheckBox final : public Widget, */ void draw(Graphics *const graphics) override final; + void safeDraw(Graphics *const graphics) override final; + /** * Update the alpha value to the checkbox components. */ |