summaryrefslogtreecommitdiffstats
path: root/scene/gui/check_button.h
diff options
context:
space:
mode:
Diffstat (limited to 'scene/gui/check_button.h')
-rw-r--r--scene/gui/check_button.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/gui/check_button.h b/scene/gui/check_button.h
index aa7190a371..1c5440a25d 100644
--- a/scene/gui/check_button.h
+++ b/scene/gui/check_button.h
@@ -36,7 +36,7 @@
*/
class CheckButton : public Button {
- OBJ_TYPE( CheckButton, Button );
+ GDCLASS( CheckButton, Button );
protected: