diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-03-20 13:21:46 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-03-20 13:21:46 +0300 |
commit | 24d07de2f6aaab6d7c957f059f17dfed78cb8365 (patch) | |
tree | b4f73b46d8e9772941ddb720b4c1f5d1f6ee4998 /src/gui/userpalette.h | |
parent | c0de07eba43c8943eeecef04224016da8580d069 (diff) | |
download | ManaVerse-24d07de2f6aaab6d7c957f059f17dfed78cb8365.tar.gz ManaVerse-24d07de2f6aaab6d7c957f059f17dfed78cb8365.tar.bz2 ManaVerse-24d07de2f6aaab6d7c957f059f17dfed78cb8365.tar.xz ManaVerse-24d07de2f6aaab6d7c957f059f17dfed78cb8365.zip |
Improve userpalette.
Diffstat (limited to 'src/gui/userpalette.h')
-rw-r--r-- | src/gui/userpalette.h | 2 |
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: /** |