mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-12 18:06:56 +02:00
10 lines
87 B
C++
10 lines
87 B
C++
#include <LibHTML/CSS/Selector.h>
|
|
|
|
Selector::Selector()
|
|
{
|
|
}
|
|
|
|
Selector::~Selector()
|
|
{
|
|
}
|