summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mapdef.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/mapdef.h')
-rw-r--r--crawl-ref/source/mapdef.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/mapdef.h b/crawl-ref/source/mapdef.h
index 3ef19e0eeb..354109e8a1 100644
--- a/crawl-ref/source/mapdef.h
+++ b/crawl-ref/source/mapdef.h
@@ -258,7 +258,7 @@ std::string parse_weighted_str(const std::string &cspec, T &list);
class map_def;
class rectangle_iterator;
-class keyed_mapspec;
+struct keyed_mapspec;
class map_lines
{
public: