Changeset 467


Ignore:
Timestamp:
Mar 8, 2008, 10:47:02 PM (16 years ago)
Author:
dai
Message:

デリゲートのパラメータや戻り値にクラス型を指定できない不具合を修正(64bit版は後日対応になります)。

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Include/Classes/System/misc.ab

    r400 r467  
    3636End Class
    3737
    38 'Delegate Sub AsyncCallback(ar As IAsyncResult)
    39 Delegate Sub AsyncCallback(ar As VoidPtr)
     38Delegate Sub AsyncCallback(ar As IAsyncResult)
    4039
    4140
Note: See TracChangeset for help on using the changeset viewer.