summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/directn.cc
diff options
context:
space:
mode:
authorSteven Noonan <steven@uplinklabs.net>2009-10-12 02:41:12 -0700
committerSteven Noonan <steven@uplinklabs.net>2009-10-12 02:41:12 -0700
commit240a845752519119a9a0fb464efec2419afb8388 (patch)
tree66ac4b551194fccfb5c49e1493aade162e27b045 /crawl-ref/source/directn.cc
parent0ac5e3dbc57eba1467f74d0d0a80695d03a76699 (diff)
downloadcrawl-ref-240a845752519119a9a0fb464efec2419afb8388.tar.gz
crawl-ref-240a845752519119a9a0fb464efec2419afb8388.zip
fix compile errors on Intel C++ Compiler v10.1
Signed-off-by: Steven Noonan <steven@uplinklabs.net>
Diffstat (limited to 'crawl-ref/source/directn.cc')
-rw-r--r--crawl-ref/source/directn.cc2
1 files changed, 1 insertions, 1 deletions
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())
{