From 2492b561385859b7ef76fe816a8dc845f0b9bd09 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 7 Feb 2016 01:53:51 +0300 Subject: Fix some casts between signed and unsigned in some files. --- src/gui/widgets/extendedlistbox.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/widgets/extendedlistbox.h') diff --git a/src/gui/widgets/extendedlistbox.h b/src/gui/widgets/extendedlistbox.h index 22032af25..56950ca27 100644 --- a/src/gui/widgets/extendedlistbox.h +++ b/src/gui/widgets/extendedlistbox.h @@ -33,7 +33,7 @@ class ExtendedListBox final : public ListBox ExtendedListBox(const Widget2 *const widget, ListModel *const listModel, const std::string &skin, - const int rowHeight = 13); + const unsigned int rowHeight = 13); A_DELETE_COPY(ExtendedListBox) -- cgit v1.2.3-60-g2f50