summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/include/ast_operation.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/include/ast_operation.h')
-rw-r--r--TAO/TAO_IDL/include/ast_operation.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/TAO_IDL/include/ast_operation.h b/TAO/TAO_IDL/include/ast_operation.h
index 95f38818309..e3716c3947c 100644
--- a/TAO/TAO_IDL/include/ast_operation.h
+++ b/TAO/TAO_IDL/include/ast_operation.h
@@ -90,8 +90,8 @@ public:
AST_Operation (AST_Type *return_type,
Flags flags,
UTL_ScopedName *n,
- bool local,
- bool abstract);
+ idl_bool local,
+ idl_bool abstract);
// Destructor.
virtual ~AST_Operation (void);