mirror of
https://github.com/RGBCube/serenity
synced 2025-05-20 05:55:08 +00:00
10 lines
133 B
C++
10 lines
133 B
C++
#include <LibHTML/LayoutText.h>
|
|
|
|
LayoutText::LayoutText(const Text& text)
|
|
: LayoutNode(&text)
|
|
{
|
|
}
|
|
|
|
LayoutText::~LayoutText()
|
|
{
|
|
}
|