2000-06-05 14:52 GMT+1

This commit is contained in:
Antonio Linares
2000-06-05 12:52:06 +00:00
parent d19e6ae858
commit bd14fd408c

View File

@@ -933,8 +933,8 @@ HB_FUNC( __CLSNEW )
for( uiBucket = 0; uiBucket < BUCKET; uiBucket++ )
{
if( ( pSprCls->pMethods[ ui ].uiScope & HB_OO_CLSTP_CLASS ) == HB_OO_CLSTP_CLASS )
break;
/* if( ( pSprCls->pMethods[ ui ].uiScope & HB_OO_CLSTP_CLASS ) == HB_OO_CLSTP_CLASS )
break; commented out following JF Lefevbre indications */
#ifdef HB_CLS_MASKHIDDEN /* no hidden methods allowed by the inheritence. */
if( ( pSprCls->pMethods[ ui ].uiScope & HB_OO_CLSTP_HIDDEN ) == HB_OO_CLSTP_HIDDEN )