2007-05-03 16:22 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

* harbour/source/rdd/usrrdd/usrrdd.c
    * updated casting for recent modifications in RDD API
This commit is contained in:
Przemyslaw Czerpak
2007-05-03 14:23:52 +00:00
parent 271095b949
commit 83fc963e67
2 changed files with 5 additions and 1 deletions

View File

@@ -8,6 +8,10 @@
2002-12-01 13:30 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
2007-05-03 16:22 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/source/rdd/usrrdd/usrrdd.c
* updated casting for recent modifications in RDD API
2007-05-03 16:10 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/common.mak
* harbour/include/hbapirdd.h

View File

@@ -2963,7 +2963,7 @@ HB_FUNC( USRRDD_GETFUNCTABLE )
++pRddFunction;
++pFunction;
}
uiResult = hb_rddInherit( pSelfTable, &funcTable, pSuperTable, ( BYTE * ) szSuperRDD );
uiResult = hb_rddInherit( pSelfTable, &funcTable, pSuperTable, szSuperRDD );
if( uiResult == SUCCESS )
{
pSelfTable->whoCares = ( DBENTRYP_SVP ) hb_itemNew( pMethods );