summaryrefslogtreecommitdiffstats
path: root/scene/gui/color_picker.h
diff options
context:
space:
mode:
Diffstat (limited to 'scene/gui/color_picker.h')
-rw-r--r--scene/gui/color_picker.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/scene/gui/color_picker.h b/scene/gui/color_picker.h
index 1b7f96acf5..557635ec4a 100644
--- a/scene/gui/color_picker.h
+++ b/scene/gui/color_picker.h
@@ -43,7 +43,7 @@
class ColorPicker : public BoxContainer {
- OBJ_TYPE(ColorPicker,BoxContainer);
+ GDCLASS(ColorPicker,BoxContainer);
private:
@@ -113,7 +113,7 @@ public:
class ColorPickerButton : public Button {
- OBJ_TYPE(ColorPickerButton,Button);
+ GDCLASS(ColorPickerButton,Button);
PopupPanel *popup;
ColorPicker *picker;