add support for Ayatana indicator to Notification plugin
[claws.git] / src / plugins / litehtml_viewer / litehtml / el_tr.h
blob49c0b9a9b2bae04b2c94218122d924af7acd40e5
1 #ifndef LH_EL_TR_H
2 #define LH_EL_TR_H
4 #include "html_tag.h"
6 namespace litehtml
8 class el_tr : public html_tag
10 public:
11 explicit el_tr(const std::shared_ptr<litehtml::document>& doc);
13 void parse_attributes() override;
17 #endif // LH_EL_TR_H