From 240a845752519119a9a0fb464efec2419afb8388 Mon Sep 17 00:00:00 2001 From: Steven Noonan Date: Mon, 12 Oct 2009 02:41:12 -0700 Subject: fix compile errors on Intel C++ Compiler v10.1 Signed-off-by: Steven Noonan --- crawl-ref/source/describe.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/describe.cc') diff --git a/crawl-ref/source/describe.cc b/crawl-ref/source/describe.cc index 462320deee..9f78b628d8 100644 --- a/crawl-ref/source/describe.cc +++ b/crawl-ref/source/describe.cc @@ -2106,7 +2106,7 @@ void set_feature_desc_long(const std::string &raw_name, if (!props.exists(LONG_DESC_KEY)) props[LONG_DESC_KEY].new_table(SV_STR); - CrawlHashTable &desc_table = props[LONG_DESC_KEY]; + CrawlHashTable &desc_table = props[LONG_DESC_KEY].get_table(); if (desc.empty()) desc_table.erase(raw_name); -- cgit v1.2.3-54-g00ecf