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/button.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gui/widgets/button.h') diff --git a/src/gui/widgets/button.h b/src/gui/widgets/button.h index 504ebae70..952b412a2 100644 --- a/src/gui/widgets/button.h +++ b/src/gui/widgets/button.h @@ -168,7 +168,7 @@ class Button final : public Widget, std::string getDescription() const A_WARN_UNUSED { return mDescription; } - unsigned getClickCount() const A_WARN_UNUSED + int getClickCount() const A_WARN_UNUSED { return mClickCount; } void setTag(int tag) @@ -309,7 +309,7 @@ class Button final : public Widget, */ Graphics::Alignment mAlignment; - unsigned mClickCount; + int mClickCount; /** * Holds the spacing between the border and the caption. -- cgit v1.2.3-60-g2f50