aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2018-05-17 06:09:24 +0200
committerdec05eba <dec05eba@protonmail.com>2018-05-17 06:09:27 +0200
commit73a8952e3dd2eae66f01721a6aec2053d185c6a8 (patch)
tree8d9979d5bf05fc43751b85f6a23f7239b9d57999 /include
parent55a5713c0ad2553ca9a253d641bd98dd4b72bc60 (diff)
Update libpreview, also render page description
Diffstat (limited to 'include')
-rw-r--r--include/WebPagePreview.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/WebPagePreview.hpp b/include/WebPagePreview.hpp
index 749308c..6f6c0f0 100644
--- a/include/WebPagePreview.hpp
+++ b/include/WebPagePreview.hpp
@@ -8,8 +8,9 @@ namespace dchat
class WebPagePreview
{
public:
- WebPagePreview(const sf::String &title);
+ WebPagePreview(const sf::String &title, const sf::String &description);
Text title;
+ Text description;
};
}