From 4df121e6dcdf53436f50ce81dd60096ce0138a2c Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 1 Sep 2012 20:49:03 +0300 Subject: Add const to more classes. --- src/gui/widgets/layout.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/widgets/layout.h') 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. -- cgit v1.2.3-60-g2f50