vCalendar: Honor VTIMEZONE component if present
[claws.git] / src / plugins / litehtml_viewer / litehtml / el_body.h
blobfb30e0c5130ac551231680446e1edb5dfc5f73b9
1 #ifndef LH_EL_BODY_H
2 #define LH_EL_BODY_H
4 #include "html_tag.h"
6 namespace litehtml
8 class el_body : public html_tag
10 public:
11 explicit el_body(const std::shared_ptr<litehtml::document>& doc);
13 bool is_body() const override;
17 #endif // LH_EL_BODY_H