--- parser3/src/classes/regex.C 2009/07/15 12:59:19 1.4 +++ parser3/src/classes/regex.C 2010/10/21 15:06:29 1.6 @@ -5,7 +5,7 @@ Author: Alexandr Petrosian (http://paf.design.ru) */ -static const char * const IDENT_REGEX_C="$Date: 2009/07/15 12:59:19 $"; +static const char * const IDENT_REGEX_C="$Date: 2010/10/21 15:06:29 $"; #include "classes.h" #include "pa_vmethod_frame.h" @@ -18,11 +18,9 @@ static const char * const IDENT_REGEX_C= class MRegex: public Methoded { public: // VStateless_class - Value* create_new_value(Pool&, HashStringValue*) { return new VRegex(); } + Value* create_new_value(Pool&) { return new VRegex(); } public: MRegex(); -public: // Methoded - bool used_directly() { return true; } }; // global variable