From 6adfa82ce9c4e8039149225c0519ce9e1dd48c4d Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 29 Sep 2014 19:50:37 +0300 Subject: fix compilation warning. --- src/gui/widgets/tabstrip.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gui/widgets/tabstrip.cpp') diff --git a/src/gui/widgets/tabstrip.cpp b/src/gui/widgets/tabstrip.cpp index 0be26c302..a5b5fd7e6 100644 --- a/src/gui/widgets/tabstrip.cpp +++ b/src/gui/widgets/tabstrip.cpp @@ -66,8 +66,8 @@ void TabStrip::action(const ActionEvent &event) { if (*iter != widget) { - Button *const button = static_cast(*iter); - button->setPressed(false); + Button *const button2 = static_cast(*iter); + button2->setPressed(false); } } } -- cgit v1.2.3-70-g09d2