summaryrefslogtreecommitdiff
path: root/TAO/tao/Alias_TypeCode.inl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Alias_TypeCode.inl')
-rw-r--r--TAO/tao/Alias_TypeCode.inl4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/Alias_TypeCode.inl b/TAO/tao/Alias_TypeCode.inl
index e955b596fd7..0b6805d57a5 100644
--- a/TAO/tao/Alias_TypeCode.inl
+++ b/TAO/tao/Alias_TypeCode.inl
@@ -3,12 +3,12 @@
// $Id$
-template <class RefCountPolicy>
+template <typename StringType, class RefCountPolicy>
ACE_INLINE
TAO::TypeCode::Alias<StringType, RefCountPolicy>::Alias (
char const * id,
char const * name,
- CORBA::TypeCode_ptr * tc)
+ CORBA::TypeCode_ptr const * tc)
: RefCountPolicy (),
attributes_ (id, name),
content_type_ (tc)