summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_visitor_enum/enum_ch.cpp
diff options
context:
space:
mode:
authorgokhale <gokhale@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-06-24 16:55:16 +0000
committergokhale <gokhale@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-06-24 16:55:16 +0000
commitff2c6ec7a454b809b0e30368720d4711a5190244 (patch)
treeffe27265ec435bac877b5c46a29c935ba9d41ac2 /TAO/TAO_IDL/be/be_visitor_enum/enum_ch.cpp
parentefe322af3286bfa36959623c784cb09028c448bb (diff)
downloadATCD-ff2c6ec7a454b809b0e30368720d4711a5190244.tar.gz
*** empty log message ***
Diffstat (limited to 'TAO/TAO_IDL/be/be_visitor_enum/enum_ch.cpp')
-rw-r--r--TAO/TAO_IDL/be/be_visitor_enum/enum_ch.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/TAO_IDL/be/be_visitor_enum/enum_ch.cpp b/TAO/TAO_IDL/be/be_visitor_enum/enum_ch.cpp
index c902d4e7847..728dd164dfc 100644
--- a/TAO/TAO_IDL/be/be_visitor_enum/enum_ch.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_enum/enum_ch.cpp
@@ -52,7 +52,7 @@ be_visitor_enum_ch::visit_enum (be_enum *node)
*os << "enum " << node->local_name () << be_nl;
*os << "{\n";
os->incr_indent ();
- if (this->visit_scope (node) == 1)
+ if (this->visit_scope (node) == 1)
{
ACE_ERROR_RETURN ((LM_ERROR,
"(%N:%l) be_visitor_enum_ch::"