diff options
Diffstat (limited to 'scene/gui/check_button.h')
-rw-r--r-- | scene/gui/check_button.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/scene/gui/check_button.h b/scene/gui/check_button.h index 3599c26a4c..99a12a3270 100644 --- a/scene/gui/check_button.h +++ b/scene/gui/check_button.h @@ -36,12 +36,11 @@ @author Juan Linietsky <reduzio@gmail.com> */ class CheckButton : public Button { - GDCLASS(CheckButton, Button); protected: Size2 get_icon_size() const; - virtual Size2 get_minimum_size() const; + virtual Size2 get_minimum_size() const override; void _notification(int p_what); public: |