diff options
Diffstat (limited to 'scene/gui/color_rect.h')
| -rw-r--r-- | scene/gui/color_rect.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scene/gui/color_rect.h b/scene/gui/color_rect.h index f313bbc4f9..9d8b958130 100644 --- a/scene/gui/color_rect.h +++ b/scene/gui/color_rect.h @@ -3,8 +3,8 @@ #include "scene/gui/control.h" -class ColorFrame : public Control { - GDCLASS(ColorFrame,Control) +class ColorRect : public Control { + GDCLASS(ColorRect,Control) Color color; protected: @@ -16,7 +16,7 @@ public: void set_frame_color(const Color& p_color); Color get_frame_color() const; - ColorFrame(); + ColorRect(); }; #endif // COLORRECT_H |
