From 5d02ab43ff6d3e328a3b02479c033609023edec2 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 20 Oct 2012 01:25:19 +0300 Subject: Add palette inheritance to icon class. --- src/gui/widgets/icon.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gui/widgets/icon.h') diff --git a/src/gui/widgets/icon.h b/src/gui/widgets/icon.h index e0cabf3d9..761bbe584 100644 --- a/src/gui/widgets/icon.h +++ b/src/gui/widgets/icon.h @@ -43,12 +43,12 @@ class Icon final : public gcn::Widget, /** * Constructor. */ - Icon(const std::string &filename); + Icon(const Widget2 *const widget, const std::string &filename); /** * Constructor, uses an existing Image. */ - Icon(Image *const image); + Icon(const Widget2 *const widget, Image *const image); A_DELETE_COPY(Icon) -- cgit v1.2.3-60-g2f50