--- parser3/src/main/execute.C 2001/07/13 12:15:51 1.178 +++ parser3/src/main/execute.C 2001/07/18 10:06:04 1.179 @@ -5,7 +5,7 @@ Author: Alexander Petrosyan (http://design.ru/paf) */ -static const char *RCSId="$Id: execute.C,v 1.178 2001/07/13 12:15:51 parser Exp $"; +static const char *RCSId="$Id: execute.C,v 1.179 2001/07/18 10:06:04 parser Exp $"; #include "pa_opcode.h" #include "pa_array.h" @@ -850,7 +850,7 @@ const String *Request::execute_nonvirtua const String& method_name, bool return_cstr) { if(const Method *method=aclass.get_method(method_name)) - return execute_method(aself, *method, return_cstr); + return execute_method(aclass, *method, return_cstr); return 0; }