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/directn.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/directn.cc') diff --git a/crawl-ref/source/directn.cc b/crawl-ref/source/directn.cc index b0a162cc62..d119668aae 100644 --- a/crawl-ref/source/directn.cc +++ b/crawl-ref/source/directn.cc @@ -2874,7 +2874,7 @@ void set_feature_desc_short(const std::string &base_name, if (!props.exists(SHORT_DESC_KEY)) props[SHORT_DESC_KEY].new_table(SV_STR); - CrawlHashTable &desc_table = props[SHORT_DESC_KEY]; + CrawlHashTable &desc_table = props[SHORT_DESC_KEY].get_table(); if (_desc.empty()) { -- cgit v1.2.3-54-g00ecf