aboutsummaryrefslogtreecommitdiff
path: root/include/dchat/WebPagePreview.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/dchat/WebPagePreview.hpp')
-rw-r--r--include/dchat/WebPagePreview.hpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/dchat/WebPagePreview.hpp b/include/dchat/WebPagePreview.hpp
index df75419..8be497a 100644
--- a/include/dchat/WebPagePreview.hpp
+++ b/include/dchat/WebPagePreview.hpp
@@ -1,13 +1,10 @@
#pragma once
-#include <string>
-
namespace dchat
{
class WebPagePreview
{
public:
- std::string title;
- std::string description;
+ virtual ~WebPagePreview() {}
};
}