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