From dfa4958ffb3165785149d266af6710762e88ce1e Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Thu, 9 Feb 2012 11:14:39 +0100 Subject: Add missing virtual destructor. --- server/src/luaoncommit.h | 1 + 1 file changed, 1 insertion(+) (limited to 'server') 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"; } }; -- cgit v1.2.3