diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-10-20 02:55:47 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-10-20 13:55:43 +0300 |
commit | 4356b56d927afc83685897f0e6482f576a0ae09a (patch) | |
tree | ba04d4e8d2f33559b9385a89b9be528079289871 /src/gui/widgets/textpreview.h | |
parent | 4f20c92940b9cbb8e87d0765860a81eb3f7d2733 (diff) | |
download | plus-4356b56d927afc83685897f0e6482f576a0ae09a.tar.gz plus-4356b56d927afc83685897f0e6482f576a0ae09a.tar.bz2 plus-4356b56d927afc83685897f0e6482f576a0ae09a.tar.xz plus-4356b56d927afc83685897f0e6482f576a0ae09a.zip |
Add palette inheritance to textpreview class.
Diffstat (limited to 'src/gui/widgets/textpreview.h')
-rw-r--r-- | src/gui/widgets/textpreview.h | 2 |
1 files changed, 1 insertions, 1 deletions
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) |