From 4356b56d927afc83685897f0e6482f576a0ae09a Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 20 Oct 2012 02:55:47 +0300 Subject: Add palette inheritance to textpreview class. --- src/gui/widgets/textpreview.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/widgets/textpreview.h') diff --git a/src/gui/widgets/textpreview.h b/src/gui/widgets/textpreview.h index c2a46930e..5e84900ff 100644 --- a/src/gui/widgets/textpreview.h +++ b/src/gui/widgets/textpreview.h @@ -38,7 +38,7 @@ class TextPreview final : public gcn::Widget, public Widget2 { public: - TextPreview(const std::string &text); + TextPreview(const Widget2 *const widget, const std::string &text); A_DELETE_COPY(TextPreview) -- cgit v1.2.3-60-g2f50