Changeset 338 in dev for trunk/abdev/BasicCompiler32
- Timestamp:
- Oct 1, 2007, 9:53:41 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler32/Compile_Func.cpp
r337 r338 393 393 pUserProc=OverloadSolution( name, subs, *pBaseParams, Type() ); 394 394 395 if( isCallOn )395 if( isCallOn && baseType.IsDelegate() ) 396 396 { 397 397 // コード生成を伴う場合はエラーチェックを行う
Note:
See TracChangeset
for help on using the changeset viewer.