diff options
Diffstat (limited to 'scene/gui/tool_button.h')
-rw-r--r-- | scene/gui/tool_button.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scene/gui/tool_button.h b/scene/gui/tool_button.h index ddeb34273b..02d2bfaef1 100644 --- a/scene/gui/tool_button.h +++ b/scene/gui/tool_button.h @@ -32,7 +32,8 @@ #include "scene/gui/button.h" class ToolButton : public Button { - GDCLASS(ToolButton,Button); + GDCLASS(ToolButton, Button); + public: ToolButton(); }; |