1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-10-14 04:22:06 +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()
{
}