summaryrefslogtreecommitdiff
path: root/src/gui/userpalette.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-03-20 13:21:46 +0300
committerAndrei Karas <akaras@inbox.ru>2014-03-20 13:21:46 +0300
commit24d07de2f6aaab6d7c957f059f17dfed78cb8365 (patch)
treeb4f73b46d8e9772941ddb720b4c1f5d1f6ee4998 /src/gui/userpalette.h
parentc0de07eba43c8943eeecef04224016da8580d069 (diff)
downloadplus-24d07de2f6aaab6d7c957f059f17dfed78cb8365.tar.gz
plus-24d07de2f6aaab6d7c957f059f17dfed78cb8365.tar.bz2
plus-24d07de2f6aaab6d7c957f059f17dfed78cb8365.tar.xz
plus-24d07de2f6aaab6d7c957f059f17dfed78cb8365.zip
Improve userpalette.
Diffstat (limited to 'src/gui/userpalette.h')
-rw-r--r--src/gui/userpalette.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/userpalette.h b/src/gui/userpalette.h
index 7bab5bed9..da8252340 100644
--- a/src/gui/userpalette.h
+++ b/src/gui/userpalette.h
@@ -186,7 +186,7 @@ class UserPalette final : public Palette, public ListModel
*
* @return the color type of the color with the given index
*/
- int getColorTypeAt(int i) A_WARN_UNUSED;
+ int getColorTypeAt(const int i) A_WARN_UNUSED;
private:
/**