summaryrefslogtreecommitdiff
path: root/src/gui/userpalette.h
diff options
context:
space:
mode:
authorJared Adams <jaxad0127@gmail.com>2010-03-16 14:38:27 -0600
committerJared Adams <jaxad0127@gmail.com>2010-03-16 14:44:47 -0600
commitd0df8c76bcd0a5920a9ef1861d978ff52d021a02 (patch)
tree29d77d4fb880b6ba6ae819752798b06a2a656219 /src/gui/userpalette.h
parent0698461bd4001c6a1e3be1d755b3ebbafe229d42 (diff)
downloadMana-d0df8c76bcd0a5920a9ef1861d978ff52d021a02.tar.gz
Mana-d0df8c76bcd0a5920a9ef1861d978ff52d021a02.tar.bz2
Mana-d0df8c76bcd0a5920a9ef1861d978ff52d021a02.tar.xz
Mana-d0df8c76bcd0a5920a9ef1861d978ff52d021a02.zip
Fix some color issues
Colors in BrowserBoxes generally didn't work. Also simplify much palette control detail. Reviewed-by: Thorbjørn Lindeijer
Diffstat (limited to 'src/gui/userpalette.h')
-rw-r--r--src/gui/userpalette.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gui/userpalette.h b/src/gui/userpalette.h
index 7863f8cd..82bcea1c 100644
--- a/src/gui/userpalette.h
+++ b/src/gui/userpalette.h
@@ -199,8 +199,7 @@ class UserPalette : public Palette, public gcn::ListModel
* @param text identifier of color
*/
void addColor(int type, int rgb, GradientType grad,
- const std::string &text, char c = 0,
- int delay = GRADIENT_DELAY);
+ const std::string &text, int delay = GRADIENT_DELAY);
};
extern UserPalette *userPalette;