summaryrefslogtreecommitdiff
path: root/src/gui/setup_colors.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/setup_colors.h')
-rw-r--r--src/gui/setup_colors.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/setup_colors.h b/src/gui/setup_colors.h
index 1e631663c..7fe58abb6 100644
--- a/src/gui/setup_colors.h
+++ b/src/gui/setup_colors.h
@@ -55,7 +55,7 @@ class Setup_Colors final : public SetupTab,
void valueChanged(const gcn::SelectionEvent &event) override;
private:
- static const std::string rawmsg;
+ static const char *const rawmsg;
ListBox *mColorBox;
ScrollArea *mScroll;