summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be_include/be_array.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be_include/be_array.h')
-rw-r--r--TAO/TAO_IDL/be_include/be_array.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/TAO_IDL/be_include/be_array.h b/TAO/TAO_IDL/be_include/be_array.h
index 70f5f309ac0..b9ed9ab1979 100644
--- a/TAO/TAO_IDL/be_include/be_array.h
+++ b/TAO/TAO_IDL/be_include/be_array.h
@@ -39,8 +39,8 @@ public:
be_array (UTL_ScopedName *n,
unsigned long ndims,
UTL_ExprList *dims,
- bool local,
- bool abstract);
+ idl_bool local,
+ idl_bool abstract);
// Constructor.
~be_array (void);