1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-04-11 11:12:03 +02:00
2017-01-01 23:03:42 +01:00

8 lines
105 B
C++
Executable File

#include "change.h"
using namespace jop;
Change::Change(Database &database) : database_(database) {
}