[WIDL]
[reactos.git] / irc / ArchBlackmann / auto_vector.h
index cc07bb4..730c630 100644 (file)
@@ -53,7 +53,7 @@ public:
        {
                ASSERT ( i < _end );
                reserve ( i + 1 );
-               _arr[i].reset ( ptr );
+               _arr[i].reset ( p );
        }
 
        void push_back ( auto_ptr<T>& p )