--- parser3/src/classes/table.C 2003/01/21 15:51:07 1.172 +++ parser3/src/classes/table.C 2003/01/28 15:42:40 1.172.2.1 @@ -5,7 +5,7 @@ Author: Alexandr Petrosian (http://paf.design.ru) */ -static const char* IDENT_TABLE_C="$Date: 2003/01/21 15:51:07 $"; +static const char* IDENT_TABLE_C="$Date: 2003/01/28 15:42:40 $"; #include "classes.h" #include "pa_common.h" @@ -19,7 +19,7 @@ static const char* IDENT_TABLE_C="$Date: class MTable : public Methoded { public: // VStateless_class - Value *create_new_value(Pool& pool) { return new(pool) VTable(pool); } + ValuePtr create_new_value() { return ValuePtr(new VTable()); } public: MTable(Pool& pool);