summaryrefslogtreecommitdiff
path: root/TAO/tao/String_TypeCode.inl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/String_TypeCode.inl')
-rw-r--r--TAO/tao/String_TypeCode.inl4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/String_TypeCode.inl b/TAO/tao/String_TypeCode.inl
index 75eb41cc884..781f9f30061 100644
--- a/TAO/tao/String_TypeCode.inl
+++ b/TAO/tao/String_TypeCode.inl
@@ -4,8 +4,8 @@
template <class RefCountPolicy>
ACE_INLINE
-TAO::TypeCode::String<RefCountPolicy::String (CORBA::TCKind kind,
- CORBA::ULong length)
+TAO::TypeCode::String<RefCountPolicy>::String (CORBA::TCKind kind,
+ CORBA::ULong length)
: kind_ (kind),
length_ (length)
{