summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mapmark.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/mapmark.h')
-rw-r--r--crawl-ref/source/mapmark.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/crawl-ref/source/mapmark.h b/crawl-ref/source/mapmark.h
index 3efc40e591..07d89331be 100644
--- a/crawl-ref/source/mapmark.h
+++ b/crawl-ref/source/mapmark.h
@@ -16,6 +16,7 @@
#include "luadgn.h"
#include <map>
#include <string>
+#include <memory>
//////////////////////////////////////////////////////////////////////////
// Map markers
@@ -117,6 +118,8 @@ public:
throw (std::string);
private:
bool initialised;
+ std::auto_ptr<lua_datum> marker_table;
+
private:
void check_register_table();
bool get_table() const;