Update LiteHTML sources
[claws.git] / src / plugins / litehtml_viewer / litehtml / el_body.cpp
blob3d35f8f758dbce9698f332a04f99a1ab6d0df957
1 #include "html.h"
2 #include "el_body.h"
3 #include "document.h"
5 litehtml::el_body::el_body(const std::shared_ptr<litehtml::document>& doc) : litehtml::html_tag(doc)
9 bool litehtml::el_body::is_body() const
11 return true;