summaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
Diffstat (limited to 'cli')
-rw-r--r--cli/parser.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/parser.cxx b/cli/parser.cxx
index 00803f2..8289fce 100644
--- a/cli/parser.cxx
+++ b/cli/parser.cxx
@@ -1350,7 +1350,7 @@ lookup (string const& ss, string const& name, cli_unit* unit, bool outer)
if (outer && !ss.empty ())
{
string n (ss, 0, ss.rfind ("::"));
- return lookup<T> (n, name, unit, false);
+ return lookup<T> (n, name, unit, true);
}
return 0;