--- parser3/src/include/pa_array.h 2001/08/06 16:18:26 1.43 +++ parser3/src/include/pa_array.h 2001/10/29 15:27:02 1.46 @@ -2,10 +2,9 @@ Parser: Array & Array_iter classes decls. Copyright (c) 2001 ArtLebedev Group (http://www.artlebedev.com) - Author: Alexander Petrosyan (http://design.ru/paf) - $Id: pa_array.h,v 1.43 2001/08/06 16:18:26 parser Exp $ + $Id: pa_array.h,v 1.46 2001/10/29 15:27:02 paf Exp $ */ #ifndef PA_ARRAY_H @@ -35,7 +34,7 @@ class Array_iter; */ class Array : public Pooled { - friend Array_iter; + friend class Array_iter; public: /// Array item type @@ -130,9 +129,6 @@ private: // array size int fused_rows; - mutable int cache_chunk_base; - mutable Chunk *cache_chunk; - private: bool chunk_is_full() {