summaryrefslogtreecommitdiff
path: root/TAO/tao
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao')
-rw-r--r--TAO/tao/Array_VarOut_T.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/Array_VarOut_T.h b/TAO/tao/Array_VarOut_T.h
index e86c90c0ce3..86f712cebf7 100644
--- a/TAO/tao/Array_VarOut_T.h
+++ b/TAO/tao/Array_VarOut_T.h
@@ -114,7 +114,7 @@ public:
// TAO extension.
_retn_type ptr (void) const;
protected:
- typedef TAO_Array_Forany_T<T,T_slice,TAG> FORANY;
+ typedef typename TAO_Array_Forany_T<T,T_slice,TAG> FORANY;
T_slice * ptr_;
};