Changeset 689 in dev
- Timestamp:
- Jul 16, 2008, 1:56:01 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/abdev/compiler_x86/Compile_Func.cpp
r687 r689 374 374 375 375 376 if( userProc. GetMethod().IsDynamic() )376 if( userProc.HasParentClass() && userProc.GetMethod().IsDynamic() ) 377 377 { 378 378 ///////////////////////////////////////////////////////////////// … … 406 406 407 407 std::vector<const UserProc *> subs; 408 if( userProc. GetMethod().IsDynamic() )408 if( userProc.HasParentClass() && userProc.GetMethod().IsDynamic() ) 409 409 { 410 410 dgClass.GetStaticMethods().Enum( "_CreateDynamicDelegate", subs );
Note:
See TracChangeset
for help on using the changeset viewer.