summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/include/utl_scope.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/include/utl_scope.h')
-rw-r--r--TAO/TAO_IDL/include/utl_scope.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/TAO/TAO_IDL/include/utl_scope.h b/TAO/TAO_IDL/include/utl_scope.h
index b017f25575f..9fb67002cf3 100644
--- a/TAO/TAO_IDL/include/utl_scope.h
+++ b/TAO/TAO_IDL/include/utl_scope.h
@@ -159,8 +159,7 @@ public:
// Name Lookup Mechanism
virtual AST_Decl *lookup_by_name(UTL_ScopedName *,
- idl_bool treat_as_ref,
- idl_bool in_parent = 1);
+ idl_bool treat_as_ref);
// Look up the Identifier * specified only in the local scope
virtual AST_Decl *lookup_by_name_local(Identifier *,