summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_visitor_array/serializer_op_cs.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be/be_visitor_array/serializer_op_cs.cpp')
-rw-r--r--TAO/TAO_IDL/be/be_visitor_array/serializer_op_cs.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/TAO/TAO_IDL/be/be_visitor_array/serializer_op_cs.cpp b/TAO/TAO_IDL/be/be_visitor_array/serializer_op_cs.cpp
index e5e8505c325..e3502b3cf17 100644
--- a/TAO/TAO_IDL/be/be_visitor_array/serializer_op_cs.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_array/serializer_op_cs.cpp
@@ -394,6 +394,7 @@ be_visitor_array_serializer_op_cs::visit_predefined_type (
case AST_PredefinedType::PT_pseudo:
case AST_PredefinedType::PT_object:
case AST_PredefinedType::PT_value:
+ case AST_PredefinedType::PT_abstract:
case AST_PredefinedType::PT_any:
// Let the helper handle this.
return this->visit_node (node);