summaryrefslogtreecommitdiff
path: root/src/gui/browserbox.h
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2006-03-08 19:52:02 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2006-03-08 19:52:02 +0000
commit95e14ab79254cdddf5eb25984b74e370d31ab0c2 (patch)
treeefd0e7d2632937504bbe4f67db760887750073b4 /src/gui/browserbox.h
parent405c23831a4e1363f26f848215c8140f6d6d9f78 (diff)
downloadmana-client-95e14ab79254cdddf5eb25984b74e370d31ab0c2.tar.gz
mana-client-95e14ab79254cdddf5eb25984b74e370d31ab0c2.tar.bz2
mana-client-95e14ab79254cdddf5eb25984b74e370d31ab0c2.tar.xz
mana-client-95e14ab79254cdddf5eb25984b74e370d31ab0c2.zip
Some fixes for compiling with pedantic compiler settings and const char* checks.
Diffstat (limited to 'src/gui/browserbox.h')
-rw-r--r--src/gui/browserbox.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/browserbox.h b/src/gui/browserbox.h
index c6d8f117..95b181ad 100644
--- a/src/gui/browserbox.h
+++ b/src/gui/browserbox.h
@@ -139,7 +139,7 @@ class BrowserBox : public gcn::Widget, public gcn::MouseListener
*/
enum {
UNDERLINE = 1,
- BACKGROUND = 2,
+ BACKGROUND = 2
};
private: