diff options
Diffstat (limited to 'src/resources/userpalette.h')
-rw-r--r-- | src/resources/userpalette.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/userpalette.h b/src/resources/userpalette.h index 93056867..6eba44b2 100644 --- a/src/resources/userpalette.h +++ b/src/resources/userpalette.h @@ -90,7 +90,7 @@ class UserPalette : public Palette, public gcn::ListModel * @param type the color type requested * @param color the color that should be tested */ - void setTestColor(int type, gcn::Color color) + void setTestColor(int type, const gcn::Color &color) { mColors[type].testColor = color; } |