repo.or.cz
/
claws.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Disable stack execution on plugins
[claws.git]
/
src
/
plugins
/
litehtml_viewer
/
litehtml
/
el_body.cpp
blob
3d35f8f758dbce9698f332a04f99a1ab6d0df957
1
#include
"html.h"
2
#include
"el_body.h"
3
#include
"document.h"
4
5
litehtml
::
el_body
::
el_body
(
const
std
::
shared_ptr
<
litehtml
::
document
>&
doc
) :
litehtml
::
html_tag
(
doc
)
6
{
7
}
8
9
bool
litehtml
::
el_body
::
is_body
()
const
10
{
11
return true
;
12
}