diff options
author | nw1 <nw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-06-23 14:12:46 +0000 |
---|---|---|
committer | nw1 <nw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-06-23 14:12:46 +0000 |
commit | 5b3077e002b1ce124e2a02858e7915d75beb5a2b (patch) | |
tree | f09491a9e3da5997023d866136beea8ac97e854e /ace/Auto_Ptr.i | |
parent | bf4faabcab4c936404ff8853456224e898819908 (diff) | |
download | ATCD-5b3077e002b1ce124e2a02858e7915d75beb5a2b.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/Auto_Ptr.i')
-rw-r--r-- | ace/Auto_Ptr.i | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Auto_Ptr.i b/ace/Auto_Ptr.i index 9fc759b071d..5648b5b3dc7 100644 --- a/ace/Auto_Ptr.i +++ b/ace/Auto_Ptr.i @@ -153,7 +153,7 @@ auto_basic_array_ptr<X>::operator= (auto_basic_array_ptr<X> &rhs) template<class X> ACE_INLINE auto_array_ptr<X>::auto_array_ptr (X *p) - : auto_basic_array_ptr<T> (p) + : auto_basic_array_ptr<X> (p) { ACE_TRACE ("auto_basic_array_ptr<X>::auto_basic_array_ptr"); } |