summaryrefslogtreecommitdiff
path: root/ace/Auto_Ptr.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Auto_Ptr.h')
-rw-r--r--ace/Auto_Ptr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Auto_Ptr.h b/ace/Auto_Ptr.h
index e60eca399c4..57025d5a9c9 100644
--- a/ace/Auto_Ptr.h
+++ b/ace/Auto_Ptr.h
@@ -100,7 +100,7 @@ private:
};
template<class X>
-class auto_array_ptr : public auto_basic_array_ptr
+class auto_array_ptr : public auto_basic_array_ptr<X>
// = TITLE
// Implements an extension to the draft C++ standard auto_ptr
// abstraction.