summaryrefslogtreecommitdiff
path: root/src/gui/widgets/button.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/widgets/button.h')
-rw-r--r--src/gui/widgets/button.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/button.h b/src/gui/widgets/button.h
index 467a9125..f07bb913 100644
--- a/src/gui/widgets/button.h
+++ b/src/gui/widgets/button.h
@@ -89,7 +89,7 @@ class Button : public gcn::Button
private:
void init();
- void removeButtonIcon();
+ void removeButtonIcon(bool adjustButtonSize = true);
static ImageRect* mButton; /**< Button state graphics */
static int mInstances; /**< Number of button instances */