--- parser3/src/classes/table.C 2009/07/29 05:01:33 1.263 +++ parser3/src/classes/table.C 2009/08/08 13:30:20 1.264 @@ -5,7 +5,7 @@ Author: Alexandr Petrosian (http://paf.design.ru) */ -static const char * const IDENT_TABLE_C="$Date: 2009/07/29 05:01:33 $"; +static const char * const IDENT_TABLE_C="$Date: 2009/08/08 13:30:20 $"; #if (!defined(NO_STRINGSTREAM) && !defined(FREEBSD4)) #include @@ -26,7 +26,7 @@ using namespace std; class MTable: public Methoded { public: // VStateless_class - Value* create_new_value(Pool&, HashStringValue*) { return new VTable(); } + Value* create_new_value(Pool&) { return new VTable(); } public: MTable();