From 3e8fecc9a62afff0054fa0fa23af86c8ef15a1c9 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 20 Feb 2016 21:19:35 +0300 Subject: Add missing const in gui directory. --- src/gui/widgets/progressbar.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gui/widgets/progressbar.cpp') diff --git a/src/gui/widgets/progressbar.cpp b/src/gui/widgets/progressbar.cpp index 455ccc31c..bb0824aaa 100644 --- a/src/gui/widgets/progressbar.cpp +++ b/src/gui/widgets/progressbar.cpp @@ -151,7 +151,7 @@ void ProgressBar::updateAlpha() mAlpha = alpha; } -void ProgressBar::draw(Graphics *graphics) +void ProgressBar::draw(Graphics *const graphics) { BLOCK_START("ProgressBar::draw") if (!mSkin) @@ -230,7 +230,7 @@ void ProgressBar::draw(Graphics *graphics) BLOCK_END("ProgressBar::draw") } -void ProgressBar::safeDraw(Graphics *graphics) +void ProgressBar::safeDraw(Graphics *const graphics) { BLOCK_START("ProgressBar::safeDraw") if (!mSkin) -- cgit v1.2.3-60-g2f50