mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-07 09:04:30 +00:00
11 lines
165 B
C++
11 lines
165 B
C++
#include <LibHTML/LayoutDocument.h>
|
|
|
|
LayoutDocument::LayoutDocument(const Document& document)
|
|
: LayoutNode(&document)
|
|
{
|
|
}
|
|
|
|
LayoutDocument::~LayoutDocument()
|
|
{
|
|
}
|