diff options
Diffstat (limited to 'src/gui/widgets/button.h')
-rw-r--r-- | src/gui/widgets/button.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/button.h b/src/gui/widgets/button.h index c97741548..153195454 100644 --- a/src/gui/widgets/button.h +++ b/src/gui/widgets/button.h @@ -206,7 +206,7 @@ class Button final : public Widget, * @see getCaption, adjustSize */ void setCaption(const std::string& caption) - { mCaption = caption; mTextChanged = true;} + { mCaption = caption; mTextChanged = true; } /** * Gets the caption of the button. |