aboutsummaryrefslogtreecommitdiff
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.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/scene/gui/check_button.h b/scene/gui/check_button.h
index 022ade219..a1ed4c189 100644
--- a/scene/gui/check_button.h
+++ b/scene/gui/check_button.h
@@ -35,18 +35,18 @@
@author Juan Linietsky <reduzio@gmail.com>
*/
class CheckButton : public Button {
-
+
OBJ_TYPE( CheckButton, Button );
-
-
-protected:
+
+
+protected:
void _notification(int p_what);
public:
-
- CheckButton();
+
+ CheckButton();
~CheckButton();
-
+
};
#endif