Update LiteHTML sources
[claws.git] / src / plugins / litehtml_viewer / litehtml / el_break.h
blob2a4d8fe45be97d2b350d697b30497b9d9f1ce2fb
1 #ifndef LH_EL_BREAK_H
2 #define LH_EL_BREAK_H
4 #include "html_tag.h"
6 namespace litehtml
8 class el_break : public html_tag
10 public:
11 explicit el_break(const std::shared_ptr<litehtml::document>& doc);
13 bool is_break() const override;
17 #endif // LH_EL_BREAK_H