summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/IFR_Service/be_produce.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/IFR_Service/be_produce.cpp')
-rw-r--r--TAO/orbsvcs/IFR_Service/be_produce.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/IFR_Service/be_produce.cpp b/TAO/orbsvcs/IFR_Service/be_produce.cpp
index 888c4684886..ef93f1b3c32 100644
--- a/TAO/orbsvcs/IFR_Service/be_produce.cpp
+++ b/TAO/orbsvcs/IFR_Service/be_produce.cpp
@@ -253,7 +253,7 @@ BE_produce (void)
TAO_IFR_VISITOR_WRITE_GUARD;
- if (root->ast_accept (&visitor) == -1)
+ if (visitor.visit_scope (root) == -1)
{
ACE_ERROR ((
LM_ERROR,