summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/include/ast_array.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/include/ast_array.h')
-rw-r--r--TAO/TAO_IDL/include/ast_array.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/TAO_IDL/include/ast_array.h b/TAO/TAO_IDL/include/ast_array.h
index f202333fd4d..19b1cfa3f13 100644
--- a/TAO/TAO_IDL/include/ast_array.h
+++ b/TAO/TAO_IDL/include/ast_array.h
@@ -88,8 +88,8 @@ public:
AST_Array (UTL_ScopedName *n,
unsigned long ndims,
UTL_ExprList *dims,
- idl_bool local,
- idl_bool abstract);
+ bool local,
+ bool abstract);
// Destructor.
virtual ~AST_Array (void);