aboutsummaryrefslogtreecommitdiff
path: root/include/WebPagePreview.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/WebPagePreview.hpp')
-rw-r--r--include/WebPagePreview.hpp11
1 files changed, 6 insertions, 5 deletions
diff --git a/include/WebPagePreview.hpp b/include/WebPagePreview.hpp
index 6f6c0f0..fde653d 100644
--- a/include/WebPagePreview.hpp
+++ b/include/WebPagePreview.hpp
@@ -1,16 +1,17 @@
#pragma once
-#include <SFML/System/String.hpp>
#include "Text.hpp"
+#include <dchat/WebPagePreview.hpp>
+#include <string>
namespace dchat
{
- class WebPagePreview
+ class SfmlWebPagePreview : public WebPagePreview
{
public:
- WebPagePreview(const sf::String &title, const sf::String &description);
-
+ SfmlWebPagePreview(const std::string &title, const std::string &description);
+
Text title;
Text description;
};
-}
+} \ No newline at end of file