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/extendedlistbox.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gui/widgets/extendedlistbox.cpp') diff --git a/src/gui/widgets/extendedlistbox.cpp b/src/gui/widgets/extendedlistbox.cpp index fd9b4c660..927b2132b 100644 --- a/src/gui/widgets/extendedlistbox.cpp +++ b/src/gui/widgets/extendedlistbox.cpp @@ -47,7 +47,7 @@ ExtendedListBox::~ExtendedListBox() { } -void ExtendedListBox::draw(Graphics *graphics) +void ExtendedListBox::draw(Graphics *const graphics) { if (!mListModel) return; @@ -215,7 +215,7 @@ void ExtendedListBox::draw(Graphics *graphics) BLOCK_END("ExtendedListBox::draw") } -void ExtendedListBox::safeDraw(Graphics *graphics) +void ExtendedListBox::safeDraw(Graphics *const graphics) { ExtendedListBox::draw(graphics); } -- cgit v1.2.3-70-g09d2