diff options
Diffstat (limited to '')
| -rw-r--r-- | scene/gui/button.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scene/gui/button.h b/scene/gui/button.h index 710581a55..2fd3a0cac 100644 --- a/scene/gui/button.h +++ b/scene/gui/button.h @@ -33,6 +33,9 @@ /** @author Juan Linietsky <reduzio@gmail.com> */ + + + class Button : public BaseButton { GDCLASS( Button, BaseButton ); |
