summaryrefslogtreecommitdiff
path: root/cli/semantics/elements.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'cli/semantics/elements.cxx')
-rw-r--r--cli/semantics/elements.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/semantics/elements.cxx b/cli/semantics/elements.cxx
index de9e03a..685604a 100644
--- a/cli/semantics/elements.cxx
+++ b/cli/semantics/elements.cxx
@@ -13,7 +13,7 @@ namespace semantics
//
scope::names_iterator_pair scope::
- find (name_type const& name) const
+ find (string const& name) const
{
names_map::const_iterator i (names_map_.find (name));