aboutsummaryrefslogtreecommitdiff
path: root/scene/gui/color_rect.h
diff options
context:
space:
mode:
Diffstat (limited to 'scene/gui/color_rect.h')
-rw-r--r--scene/gui/color_rect.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/scene/gui/color_rect.h b/scene/gui/color_rect.h
index 55e413ce2..c6d0164ac 100644
--- a/scene/gui/color_rect.h
+++ b/scene/gui/color_rect.h
@@ -31,17 +31,17 @@
#include "scene/gui/control.h"
-class ColorRect : public Control {
- GDCLASS(ColorRect,Control)
+class ColorRect : public Control {
+ GDCLASS(ColorRect, Control)
Color color;
-protected:
+protected:
void _notification(int p_what);
static void _bind_methods();
-public:
- void set_frame_color(const Color& p_color);
+public:
+ void set_frame_color(const Color &p_color);
Color get_frame_color() const;
ColorRect();