mirror of
https://github.com/RGBCube/serenity
synced 2026-01-16 17:30:59 +00:00
9 lines
115 B
C++
9 lines
115 B
C++
#include <LibHTML/Layout/ComputedStyle.h>
|
|
|
|
ComputedStyle::ComputedStyle()
|
|
{
|
|
}
|
|
|
|
ComputedStyle::~ComputedStyle()
|
|
{
|
|
}
|