summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/clua.cc
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2008-11-25 18:39:07 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2008-11-25 18:39:07 +0000
commit2184f5a98edb10e49ec9b7611601552fe686d737 (patch)
treef969f1cf2bf425cd29b0d3ecda55a734d15d72ea /crawl-ref/source/clua.cc
parentf9496f504d2f1e1dc21de9cb67b155bbce98a1a7 (diff)
downloadcrawl-ref-2184f5a98edb10e49ec9b7611601552fe686d737.tar.gz
crawl-ref-2184f5a98edb10e49ec9b7611601552fe686d737.zip
Fix compile warnings (Napkin).
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7620 c06c8d41-db1a-0410-9941-cceddc491573
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)
{