--- parser3/src/classes/Attic/_table.h 2001/03/12 13:40:01 1.1 +++ parser3/src/classes/Attic/_table.h 2001/03/13 13:43:27 1.2 @@ -3,7 +3,7 @@ Copyright (c) 2001 ArtLebedev Group (http://www.artlebedev.com) Author: Alexander Petrosyan (http://design.ru/paf) - $Id: _table.h,v 1.1 2001/03/12 13:40:01 paf Exp $ + $Id: _table.h,v 1.2 2001/03/13 13:43:27 paf Exp $ */ #ifndef _TABLE_H @@ -11,7 +11,7 @@ #include "pa_vclass.h" -extern VClass *table_class; // global table class [^length[] & co] -void initialize_table_class(Pool& pool, VClass& vclass); +extern VStateless_class *table_class; // global table class [^length[] & co] +void initialize_table_class(Pool& pool, VStateless_class& vclass); #endif