--- parser3/src/classes/string.C 2001/04/27 15:19:24 1.40.2.1 +++ parser3/src/classes/string.C 2001/04/27 16:48:21 1.40.2.2 @@ -5,7 +5,7 @@ Author: Alexander Petrosyan (http://design.ru/paf) - $Id: string.C,v 1.40.2.1 2001/04/27 15:19:24 paf Exp $ + $Id: string.C,v 1.40.2.2 2001/04/27 16:48:21 paf Exp $ */ #include "classes.h" @@ -237,7 +237,7 @@ static void _match(Request& r, const Str // constructor -MString::MString(Pool& pool, VStateless_class& vclass) { +MString::MString(Pool& pool) : Methoded(pool) { set_name(new(pool) String(pool, STRING_CLASS_NAME));