1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-13 07:40:59 +00:00
serenity/Editor/Operation.cpp
2018-12-04 00:27:16 +01:00

9 lines
80 B
C++

#include "Operation.h"
Operation::Operation()
{
}
Operation::~Operation()
{
}