Changeset 102 in dev for BasicCompiler64/Compile_CallProc.cpp
- Timestamp:
- Apr 29, 2007, 2:34:04 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BasicCompiler64/Compile_CallProc.cpp
r97 r102 132 132 pobj_c = &varType.GetClass(); 133 133 if( NATURAL_TYPE( varType.GetBasicType() ) != DEF_OBJECT ){ 134 pobj_c=pobj_DBClass-> check(ObjectName);134 pobj_c=pobj_DBClass->Find(ObjectName); 135 135 if( pobj_c ){ 136 136 isStatic = true;
Note:
See TracChangeset
for help on using the changeset viewer.