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/browserbox.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gui/widgets/browserbox.h') diff --git a/src/gui/widgets/browserbox.h b/src/gui/widgets/browserbox.h index ba18aa5e2..7bff334c2 100644 --- a/src/gui/widgets/browserbox.h +++ b/src/gui/widgets/browserbox.h @@ -193,7 +193,7 @@ class BrowserBox final : public Widget, void setForegroundColorAll(const Color &color1, const Color &color2); - int getDataWidth() const A_WARN_UNUSED + unsigned int getDataWidth() const A_WARN_UNUSED { return mDataWidth; } void moveSelectionUp(); @@ -230,7 +230,7 @@ class BrowserBox final : public Widget, int mYStart; int mUpdateTime; int mPadding; - int mNewLinePadding; + unsigned int mNewLinePadding; int mItemPadding; unsigned int mDataWidth; -- cgit v1.2.3-60-g2f50