summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_visitor_interface/interface_si.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be/be_visitor_interface/interface_si.cpp')
-rw-r--r--TAO/TAO_IDL/be/be_visitor_interface/interface_si.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/TAO_IDL/be/be_visitor_interface/interface_si.cpp b/TAO/TAO_IDL/be/be_visitor_interface/interface_si.cpp
index 7ac5571926c..f0d33d8da98 100644
--- a/TAO/TAO_IDL/be/be_visitor_interface/interface_si.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_interface/interface_si.cpp
@@ -72,7 +72,7 @@ be_visitor_interface_si::visit_interface (be_interface *node)
"codegen for base class skeletons failed\n"), -1);
}
- if (be_global->gen_tie_classes ())
+ if (idl_global->gen_tie_classes ())
{
// generate the TIE class
be_visitor_context ctx (*this->ctx_);