Ignore:
Timestamp:
Oct 1, 2007, 9:53:41 AM (17 years ago)
Author:
dai_9181
Message:

デリゲートエラーチェックのバグを修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abdev/BasicCompiler32/Compile_Func.cpp

    r337 r338  
    393393        pUserProc=OverloadSolution( name, subs, *pBaseParams, Type() );
    394394
    395         if( isCallOn )
     395        if( isCallOn && baseType.IsDelegate() )
    396396        {
    397397            // コード生成を伴う場合はエラーチェックを行う
Note: See TracChangeset for help on using the changeset viewer.