summaryrefslogtreecommitdiff
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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/gui/check_button.h b/scene/gui/check_button.h
index 9a72d04db2..7d4bb8bdfc 100644
--- a/scene/gui/check_button.h
+++ b/scene/gui/check_button.h
@@ -42,7 +42,7 @@ protected:
void _notification(int p_what);
public:
- CheckButton();
+ CheckButton(const String &p_text = String());
~CheckButton();
};