summaryrefslogtreecommitdiff
path: root/src/gui/widgets/colorpage.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/widgets/colorpage.h')
-rw-r--r--src/gui/widgets/colorpage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/colorpage.h b/src/gui/widgets/colorpage.h
index 84a3011a9..88182e4f2 100644
--- a/src/gui/widgets/colorpage.h
+++ b/src/gui/widgets/colorpage.h
@@ -29,7 +29,7 @@ class ColorPage final : public ListBox
{
public:
ColorPage(const Widget2 *const widget,
- gcn::ListModel *const listModel,
+ ListModel *const listModel,
const std::string &skin);
A_DELETE_COPY(ColorPage)