From 79b4bbbe0ead006bec273c247eaa50c2fd585863 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 20 Oct 2012 01:00:19 +0300 Subject: Add palette inheritance to checkbox class. --- src/gui/widgets/checkbox.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/gui/widgets/checkbox.h') diff --git a/src/gui/widgets/checkbox.h b/src/gui/widgets/checkbox.h index 4bb675f65..91c713b9e 100644 --- a/src/gui/widgets/checkbox.h +++ b/src/gui/widgets/checkbox.h @@ -44,7 +44,8 @@ class CheckBox final : public gcn::CheckBox, /** * Constructor. */ - CheckBox(const std::string &caption, bool selected = false, + CheckBox(const Widget2 *const widget, + const std::string &caption, bool selected = false, gcn::ActionListener *const listener = nullptr, const std::string &eventId = ""); -- cgit v1.2.3-60-g2f50