summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_visitor_structure.cpp
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-03-16 17:20:06 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-03-16 17:20:06 +0000
commitcc18913d374d778c1f9123ba6a140c7bef90b11d (patch)
tree398ad0db0e24c492401a83ce20e21641a2e50d23 /TAO/TAO_IDL/be/be_visitor_structure.cpp
parent57d03994b32c4e726b8954ca405437bb54211b4f (diff)
downloadATCD-cc18913d374d778c1f9123ba6a140c7bef90b11d.tar.gz
ChangeLogTag:Mon Mar 16 10:47:08 1998 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'TAO/TAO_IDL/be/be_visitor_structure.cpp')
-rw-r--r--TAO/TAO_IDL/be/be_visitor_structure.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/TAO_IDL/be/be_visitor_structure.cpp b/TAO/TAO_IDL/be/be_visitor_structure.cpp
index f022063b149..68df8b4baf6 100644
--- a/TAO/TAO_IDL/be/be_visitor_structure.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_structure.cpp
@@ -272,7 +272,7 @@ int be_visitor_structure_cs::visit_structure (be_structure *node)
*os << "static CORBA::TypeCode _tc__tc_" << node->flatname () <<
" (CORBA::tk_struct, sizeof (_oc_" << node->flatname () <<
- "), (unsigned char *) &_oc_" << node->flatname () <<
+ "), (char *) &_oc_" << node->flatname () <<
", CORBA::B_FALSE);" << be_nl;
*os << "CORBA::TypeCode_ptr " << node->tc_name () << " = &_tc__tc_" <<
node->flatname () << ";\n\n";