Changeset 332 in dev for trunk/abdev/BasicCompiler_Common/Subroutine.cpp
- Timestamp:
- Sep 27, 2007, 3:37:06 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler_Common/Subroutine.cpp
r331 r332 77 77 } 78 78 79 if( type.Is Object() && type.GetClass().IsDelegate() )79 if( type.IsDelegate() ) 80 80 { 81 81 // デリゲート
Note:
See TracChangeset
for help on using the changeset viewer.