diff --git a/src/gui/widget/buttons.h b/src/gui/widget/buttons.h index 04fdc5499..6811f64cf 100644 --- a/src/gui/widget/buttons.h +++ b/src/gui/widget/buttons.h @@ -46,8 +46,8 @@ int paintButtons( const button_label * const content, const int &count, const int &x, const int &y, + const int &footerwidth, const int &footerheight, - const int &footerwidth, const int &maxwidth, bool show = true, int *wantedwidth = NULL, @@ -57,8 +57,8 @@ int paintButtons( const button_label_ext * const content, const int &count, const int &x, const int &y, + const int &footerwidth, const int &footerheight, - const int &footerwidth, const int &maxwidth, bool show = true, int *wantedwidth = NULL,