summaryrefslogtreecommitdiff
path: root/cli/semantics/elements.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2009-09-20 06:38:01 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2009-09-20 06:38:01 +0200
commit3b64eb05fd0b139d9f6e4701c2f191bed72328bc (patch)
tree86345729dadf5d8893bfe288fec9133a0a39f895 /cli/semantics/elements.cxx
parent28b0b90f965f08c6363555b6e672da807f9faf7a (diff)
Get rid of the name typedef
Use std::string directly.
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));