diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 3734b6272f..8ae2b203dc 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,3 +1,8 @@ +2001-06-18 22:50 UTC+1 JFL (mafact) + * harbour/source/vm/Classe.c + * Hb_ClsScope() neutralised till after 0.37 + + 2001-06-18 23:55 GMT+3 Alexander Kresin * source/rdd/dbf1.c * source/rdd/dbfntx/dbfntx1.c diff --git a/harbour/source/vm/classes.c b/harbour/source/vm/classes.c index c389421729..0eb40d6f7d 100644 --- a/harbour/source/vm/classes.c +++ b/harbour/source/vm/classes.c @@ -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; }