diff options
Diffstat (limited to 'server')
-rw-r--r-- | server/src/luaoncommit.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/src/luaoncommit.h b/server/src/luaoncommit.h index b64e744..a9883b2 100644 --- a/server/src/luaoncommit.h +++ b/server/src/luaoncommit.h @@ -37,6 +37,7 @@ class LUAOnCommit : public LUAScript { public: LUAOnCommit() {} LUAOnCommit(Transaction &transaction, Commit &commit); + ~LUAOnCommit() {} const char *name() { return "lua on commit"; } }; |