--- parser3/src/include/pa_array.h 2005/11/25 12:21:34 1.67 +++ parser3/src/include/pa_array.h 2006/04/09 12:25:04 1.67.12.1 @@ -8,7 +8,7 @@ #ifndef PA_ARRAY_H #define PA_ARRAY_H -static const char * const IDENT_ARRAY_Y="$Date: 2005/11/25 12:21:34 $"; +static const char * const IDENT_ARRAY_Y="$Date: 2006/04/09 12:25:04 $"; // includes @@ -228,7 +228,7 @@ public: } /// quickly extracts next Array element - const T next() { + T next() { return *(fcurrent++); }