summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_constant.cpp
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-11-16 03:41:17 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-11-16 03:41:17 +0000
commit01ee8dbeac38ee409443a912c422f175e9dccd84 (patch)
tree0319e8333677c429b8a5acd137bb16e805e163bb /TAO/TAO_IDL/be/be_constant.cpp
parentd756775958b09a20d401ed239247be1e1768d7f6 (diff)
downloadATCD-01ee8dbeac38ee409443a912c422f175e9dccd84.tar.gz
Sat Nov 15 21:38:48 1997 Carlos O'Ryan <coryan@macarena.cs.wustl.edu>
Diffstat (limited to 'TAO/TAO_IDL/be/be_constant.cpp')
-rw-r--r--TAO/TAO_IDL/be/be_constant.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/TAO_IDL/be/be_constant.cpp b/TAO/TAO_IDL/be/be_constant.cpp
index 4ca500d34d5..efe50f9f355 100644
--- a/TAO/TAO_IDL/be/be_constant.cpp
+++ b/TAO/TAO_IDL/be/be_constant.cpp
@@ -58,7 +58,7 @@ be_constant::gen_client_header (void)
ch->indent (); // start from whatever indentation level we were at
*ch << "static const " << this->exprtype_to_string () << " " << local_name ();
- if (this->is_nested ())
+ if (!this->is_nested ())
{
// We were defined at the outermost scope. So we put the value in the
// header itself