diff options
Diffstat (limited to 'src/gui/widgets/layout.h')
-rw-r--r-- | src/gui/widgets/layout.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/layout.h b/src/gui/widgets/layout.h index a30cff1e1..71de85320 100644 --- a/src/gui/widgets/layout.h +++ b/src/gui/widgets/layout.h @@ -130,7 +130,7 @@ class LayoutArray * Gets the position and size of a widget along a given axis */ void align(int &pos, int &size, const int dim, LayoutCell const &cell, - const int *const sizes, int sizeCount) const; + const int *const sizes, const int sizeCount) const; /** * Ensures the private vectors are large enough. |