mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-12 01:47:00 +02:00
10 lines
105 B
C++
10 lines
105 B
C++
#include <LibHTML/Layout/LayoutStyle.h>
|
|
|
|
LayoutStyle::LayoutStyle()
|
|
{
|
|
}
|
|
|
|
LayoutStyle::~LayoutStyle()
|
|
{
|
|
}
|