summaryrefslogtreecommitdiff
path: root/TAO/tao
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-06-19 22:58:08 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-06-19 22:58:08 +0000
commit6867b37ce03d12198c98bb2914a481d5acc32f40 (patch)
treea4fff54b9476d943e2b7ca9f22ec4faa346dda8d /TAO/tao
parent73a3dbe90cc718f9c129890d35a7486b2f56bbf6 (diff)
downloadATCD-6867b37ce03d12198c98bb2914a481d5acc32f40.tar.gz
ChangeLogTag: Mon Jun 19 22:55:04 UTC 2006 Jeff Parsons <j.parsons@vanderbilt.edu>
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_;
};