summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/ast/ast_interface.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/ast/ast_interface.cpp')
-rw-r--r--TAO/TAO_IDL/ast/ast_interface.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/TAO/TAO_IDL/ast/ast_interface.cpp b/TAO/TAO_IDL/ast/ast_interface.cpp
index 9031cc249d5..5537fdfb139 100644
--- a/TAO/TAO_IDL/ast/ast_interface.cpp
+++ b/TAO/TAO_IDL/ast/ast_interface.cpp
@@ -410,8 +410,7 @@ AST_Interface::fwd_redefinition_helper (AST_Interface *&i,
// Only redefinition of the same kind.
if (i->is_local () != fd->is_local ()
|| i_nt != fd_nt
- || i->is_abstract () != fd->is_abstract ()
- )
+ || i->is_abstract () != fd->is_abstract ())
{
idl_global->err ()->error2 (UTL_Error::EIDL_REDEF,
i,