2001-06-18 22:50 UTC+1 JFL (mafact) <jfl@mafact.com>

This commit is contained in:
Jean-Francois Lefebvre
2001-06-18 20:50:55 +00:00
parent 97b356b2c0
commit f91dd188aa
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
2001-06-18 22:50 UTC+1 JFL (mafact) <jfl@mafact.com>
* harbour/source/vm/Classe.c
* Hb_ClsScope() neutralised till after 0.37
2001-06-18 23:55 GMT+3 Alexander Kresin <alex@belacy.belgorod.su>
* source/rdd/dbf1.c
* source/rdd/dbfntx/dbfntx1.c

View File

@@ -760,7 +760,7 @@ PHB_FUNC hb_objGetMthd( PHB_ITEM pObject, PHB_SYMB pMessage, BOOL lAllowErrFunc
{
pMethod = pClass->pMethods + uiAt;
pFunction = pMethod->pFunction;
hb_clsScope( pObject, pMethod );
/*hb_clsScope( pObject, pMethod );*/
s_pMethod = pMethod ;
return pFunction;
}