summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be_include/be_sequence.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be_include/be_sequence.h')
-rw-r--r--TAO/TAO_IDL/be_include/be_sequence.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/TAO_IDL/be_include/be_sequence.h b/TAO/TAO_IDL/be_include/be_sequence.h
index f6ae364d559..8a4f21fb3d9 100644
--- a/TAO/TAO_IDL/be_include/be_sequence.h
+++ b/TAO/TAO_IDL/be_include/be_sequence.h
@@ -61,8 +61,8 @@ public:
be_sequence (AST_Expression *v,
AST_Type *bt,
UTL_ScopedName *n,
- idl_bool local,
- idl_bool abstract);
+ bool local,
+ bool abstract);
// Constructor.
virtual int create_name (be_typedef *node);