mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2026-04-28 06:40:22 +00:00
9 lines
80 B
C++
9 lines
80 B
C++
#include "Operation.h"
|
|
|
|
Operation::Operation()
|
|
{
|
|
}
|
|
|
|
Operation::~Operation()
|
|
{
|
|
}
|