Disable stack execution on plugins
[claws.git] / src / plugins / litehtml_viewer / litehtml / el_div.h
bloba2d031a32ff8713b36164449edbf4bdf183ef18c
1 #ifndef LH_EL_DIV_H
2 #define LH_EL_DIV_H
4 #include "html_tag.h"
6 namespace litehtml
8 class el_div : public html_tag
10 public:
11 explicit el_div(const std::shared_ptr<litehtml::document>& doc);
13 void parse_attributes() override;
17 #endif // LH_EL_DIV_H