summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/ast/ast_redef.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/ast/ast_redef.cpp')
-rw-r--r--TAO/TAO_IDL/ast/ast_redef.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/TAO/TAO_IDL/ast/ast_redef.cpp b/TAO/TAO_IDL/ast/ast_redef.cpp
index 8decdd3ffb3..743fe52f677 100644
--- a/TAO/TAO_IDL/ast/ast_redef.cpp
+++ b/TAO/TAO_IDL/ast/ast_redef.cpp
@@ -90,6 +90,7 @@ can_be_redefined(AST_Decl *d)
case AST_Decl::NT_argument:
case AST_Decl::NT_enum_val:
case AST_Decl::NT_string:
+ case AST_Decl::NT_wstring:
case AST_Decl::NT_array:
case AST_Decl::NT_sequence:
case AST_Decl::NT_union: