--- parser3/src/classes/Attic/_root.h 2001/03/10 16:34:33 1.2 +++ parser3/src/classes/Attic/_root.h 2001/03/13 13:43:27 1.4 @@ -1,9 +1,9 @@ /* Parser Copyright (c) 2001 ArtLebedev Group (http://www.artlebedev.com) - Author: Alexander Petrosyan + Author: Alexander Petrosyan (http://design.ru/paf) - $Id: _root.h,v 1.2 2001/03/10 16:34:33 paf Exp $ + $Id: _root.h,v 1.4 2001/03/13 13:43:27 paf Exp $ */ #ifndef _ROOT_H @@ -11,6 +11,6 @@ #include "pa_vclass.h" -void initialize_root_class(Pool& pool, VClass& vclass); +void initialize_root_class(Pool& pool, VStateless_class& vclass); #endif