mirror of
https://github.com/RGBCube/serenity
synced 2025-05-19 21:45:08 +00:00
9 lines
105 B
C++
9 lines
105 B
C++
#include <LibHTML/Layout/LayoutStyle.h>
|
|
|
|
LayoutStyle::LayoutStyle()
|
|
{
|
|
}
|
|
|
|
LayoutStyle::~LayoutStyle()
|
|
{
|
|
}
|