diff options
Diffstat (limited to 'src/db.hh')
-rw-r--r-- | src/db.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/db.hh b/src/db.hh index e3dc7ce7afe5..1c681b9b5419 100644 --- a/src/db.hh +++ b/src/db.hh @@ -29,6 +29,8 @@ public: void abort(); void commit(); + + void moveTo(Transaction & t); }; |