From 32922c59e739a02b8b3aeeb1b431888b3bc2e162 Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Fri, 23 Jun 2006 07:35:54 +0000 Subject: ChangeLogTag: Thu Jun 22 14:48:12 UTC 2006 Johnny Willemsen --- TAO/tao/PortableServer/Fixed_Array_SArgument_T.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'TAO/tao') diff --git a/TAO/tao/PortableServer/Fixed_Array_SArgument_T.h b/TAO/tao/PortableServer/Fixed_Array_SArgument_T.h index 62c41402ebc..ac2b7e890f9 100644 --- a/TAO/tao/PortableServer/Fixed_Array_SArgument_T.h +++ b/TAO/tao/PortableServer/Fixed_Array_SArgument_T.h @@ -47,7 +47,7 @@ namespace TAO typename S_forany::_slice_type const * arg (void) const; private: - mutable typename S_forany x_; + mutable S_forany x_; }; /** @@ -70,7 +70,7 @@ namespace TAO typename S_forany::_slice_type * arg (void); private: - typename S_forany x_; + S_forany x_; }; /** @@ -92,7 +92,7 @@ namespace TAO typename S_forany::_slice_type * arg (void); private: - typename S_forany x_; + S_forany x_; }; /** -- cgit v1.2.1