summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/include/global_extern.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/include/global_extern.h')
-rw-r--r--TAO/TAO_IDL/include/global_extern.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/TAO_IDL/include/global_extern.h b/TAO/TAO_IDL/include/global_extern.h
index 1f10dabf63e..dce69d00c37 100644
--- a/TAO/TAO_IDL/include/global_extern.h
+++ b/TAO/TAO_IDL/include/global_extern.h
@@ -69,7 +69,7 @@ trademarks or registered trademarks of Sun Microsystems, Inc.
#include "TAO_IDL_FE_Export.h"
#include "idl_global.h"
-
+#include "idl_bool.h"
class AST_Decl;
@@ -82,6 +82,6 @@ extern TAO_IDL_FE_Export IDL_GlobalData *idl_global;
// Return TRUE when the name of this AST_Decl can be reused in
// a definition in this scope
-extern bool can_be_redefined (AST_Decl *);
+extern idl_bool can_be_redefined (AST_Decl *);
#endif // _GLOBAL_EXTERN_GLOBAL_EXTERN_HH