summaryrefslogtreecommitdiff
path: root/scene/gui/check_box.h
diff options
context:
space:
mode:
Diffstat (limited to 'scene/gui/check_box.h')
-rw-r--r--scene/gui/check_box.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/scene/gui/check_box.h b/scene/gui/check_box.h
index 735c7aedfe..fcdb2ce08c 100644
--- a/scene/gui/check_box.h
+++ b/scene/gui/check_box.h
@@ -32,9 +32,7 @@
#define CHECK_BOX_H
#include "scene/gui/button.h"
-/**
-@author Mariano Suligoy <marianognu.esyrpg@gmail.com>
-*/
+
class CheckBox : public Button {
GDCLASS(CheckBox, Button);
@@ -50,4 +48,4 @@ public:
~CheckBox();
};
-#endif
+#endif // CHECK_BOX_H