--- parser3/src/main/compile.tab.C 2003/01/31 12:34:34 1.81.2.4 +++ parser3/src/main/compile.tab.C 2003/01/31 14:03:53 1.81.2.5 @@ -43,7 +43,7 @@ Copyright (c) 2001, 2003 ArtLebedev Group (http://www.artlebedev.com) Author: Alexander Petrosyan (http://design.ru/paf) - $Id: compile.tab.C,v 1.81.2.4 2003/01/31 12:34:34 paf Exp $ + $Id: compile.tab.C,v 1.81.2.5 2003/01/31 14:03:53 paf Exp $ */ /** @@ -1073,7 +1073,7 @@ case 8: } } else if(*command==USE_CONTROL_METHOD_NAME) { for(int i=0; icount(); i+=2) - PC.request->use_file(PC.request->main_class, LA2S(*strings_code, i)); + PC.request->use_file(*PC.request->main_class, LA2S(*strings_code, i)); } else if(*command==BASE_NAME) { if(PC.cclass->base_class()) { // already changed from default? strcpy(PC.error, "class already have a base '");