summaryrefslogtreecommitdiff
path: root/TAO/tao/TypeCode/Enum_TypeCode.inl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/TypeCode/Enum_TypeCode.inl')
-rw-r--r--TAO/tao/TypeCode/Enum_TypeCode.inl6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tao/TypeCode/Enum_TypeCode.inl b/TAO/tao/TypeCode/Enum_TypeCode.inl
index f10d5a465ac..a55f91dbada 100644
--- a/TAO/tao/TypeCode/Enum_TypeCode.inl
+++ b/TAO/tao/TypeCode/Enum_TypeCode.inl
@@ -9,8 +9,8 @@ TAO::TypeCode::Enum<StringType, AttrType, RefCountPolicy>::Enum (
char const * name,
Enumerator<StringType> const * enumerators,
CORBA::ULong nenumerators)
- : base_attributes_ (id, name),
- enumerators_ (enumerators),
- nenumerators_ (nenumerators)
+ : base_attributes_ (id, name)
+ , nenumerators_ (nenumerators)
+ , enumerators_ (enumerators)
{
}