summaryrefslogtreecommitdiff
path: root/TAO/tao/Value_TypeCode.inl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Value_TypeCode.inl')
-rw-r--r--TAO/tao/Value_TypeCode.inl3
1 files changed, 2 insertions, 1 deletions
diff --git a/TAO/tao/Value_TypeCode.inl b/TAO/tao/Value_TypeCode.inl
index 51ba8a5e341..8288f7c9b9c 100644
--- a/TAO/tao/Value_TypeCode.inl
+++ b/TAO/tao/Value_TypeCode.inl
@@ -19,7 +19,8 @@ TAO::TypeCode::Value<StringType,
TypeCodeType const & concrete_base,
FieldArrayType const & fields,
CORBA::ULong nfields)
- : kind_ (kind)
+ : CORBA::TypeCode (kind)
+ , RefCountPolicy ()
, base_attributes_ (id, name)
, type_modifier_ (modifier)
, concrete_base_ (concrete_base)