From bd14fd408c007aec17d62a0e7d5bb649831d4062 Mon Sep 17 00:00:00 2001 From: Antonio Linares Date: Mon, 5 Jun 2000 12:52:06 +0000 Subject: [PATCH] 2000-06-05 14:52 GMT+1 --- harbour/source/vm/classes.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/harbour/source/vm/classes.c b/harbour/source/vm/classes.c index a7e27dcaa2..fa7a755518 100644 --- a/harbour/source/vm/classes.c +++ b/harbour/source/vm/classes.c @@ -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 )