__ClsAddMsg() case HB_OO_MSG_ONERROR modifed to use hb_parnl( 3 )

This commit is contained in:
Antonio Linares
2001-11-04 16:22:40 +00:00
parent 381764ff75
commit 1bc25a0b4e

View File

@@ -1082,7 +1082,7 @@ HB_FUNC( __CLSADDMSG )
case HB_OO_MSG_ONERROR:
pClass->pFunError = ( PHB_FUNC ) hb_parnl( 2 );
pClass->pFunError = ( PHB_FUNC ) hb_parnl( 3 );
break;
default: