summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_visitor_array/array_ch.cpp
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-12-03 15:47:47 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-12-03 15:47:47 +0000
commit8e402b0c56d443c78e971f21a37f18f4b73a57e7 (patch)
tree0dbbe22a08518ee5604cd086632ddd1a5229c76f /TAO/TAO_IDL/be/be_visitor_array/array_ch.cpp
parentbad035770ff6279e892c48f80a553c91375fff82 (diff)
downloadATCD-8e402b0c56d443c78e971f21a37f18f4b73a57e7.tar.gz
ChangeLogTag: Wed Dec 3 09:41:59 2003 Jeff Parsons <j.parsons@vanderbilt.edu>
Diffstat (limited to 'TAO/TAO_IDL/be/be_visitor_array/array_ch.cpp')
-rw-r--r--TAO/TAO_IDL/be/be_visitor_array/array_ch.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/TAO_IDL/be/be_visitor_array/array_ch.cpp b/TAO/TAO_IDL/be/be_visitor_array/array_ch.cpp
index aa092201f9d..c883968d3a3 100644
--- a/TAO/TAO_IDL/be/be_visitor_array/array_ch.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_array/array_ch.cpp
@@ -271,7 +271,7 @@ int be_visitor_array_ch::visit_array (be_array *node)
storage_class = "";
}
- if (this->ctx_->tdef ())
+ if (td != 0)
{
// Typedefed array.
*os << storage_class << node->nested_type_name (scope, "_slice")