summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/clua.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/clua.cc')
-rw-r--r--crawl-ref/source/clua.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/crawl-ref/source/clua.cc b/crawl-ref/source/clua.cc
index 5d4cdb5e36..09ab691cec 100644
--- a/crawl-ref/source/clua.cc
+++ b/crawl-ref/source/clua.cc
@@ -3023,6 +3023,10 @@ std::string quote_lua_string(const std::string &s)
/////////////////////////////////////////////////////////////////////
+lua_shutdown_listener::~lua_shutdown_listener()
+{
+}
+
lua_datum::lua_datum(CLua &_lua, int stackpos, bool pop)
: need_cleanup(true), lua(_lua)
{