summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/PortableServer')
-rw-r--r--TAO/tao/PortableServer/Vector_SArgument_T.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/PortableServer/Vector_SArgument_T.h b/TAO/tao/PortableServer/Vector_SArgument_T.h
index 6752e1785fe..182e58e859c 100644
--- a/TAO/tao/PortableServer/Vector_SArgument_T.h
+++ b/TAO/tao/PortableServer/Vector_SArgument_T.h
@@ -135,7 +135,7 @@ namespace TAO
typedef T ret_type;
typedef const T & in_type;
typedef T & inout_type;
- typedef typename T & out_type;
+ typedef T & out_type;
typedef In_Vector_SArgument_T<T,Insert_Policy> in_arg_val;
typedef Inout_Vector_SArgument_T<T,Insert_Policy> inout_arg_val;