--- parser3/src/classes/Attic/_env.h 2001/03/11 08:16:31 1.3 +++ parser3/src/classes/Attic/_env.h 2001/03/13 13:39:54 1.3.8.1 @@ -3,7 +3,7 @@ Copyright (c) 2001 ArtLebedev Group (http://www.artlebedev.com) Author: Alexander Petrosyan (http://design.ru/paf) - $Id: _env.h,v 1.3 2001/03/11 08:16:31 paf Exp $ + $Id: _env.h,v 1.3.8.1 2001/03/13 13:39:54 paf Exp $ */ #ifndef _ENV_H @@ -11,6 +11,6 @@ #include "pa_vclass.h" -void initialize_env_class(Pool& pool, VClass& vclass); +void initialize_env_class(Pool& pool, VStateless_class& vclass); #endif