You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-07-03 23:50:33 +02:00
10 lines
123 B
C++
Executable File
10 lines
123 B
C++
Executable File
#include "change.h"
|
|
|
|
using namespace jop;
|
|
|
|
Change::Change() {}
|
|
|
|
Table Change::table() const {
|
|
return jop::ChangesTable;
|
|
}
|