Changeset 198 in dev for trunk/abdev/BasicCompiler64/Compile_CallProc.cpp
- Timestamp:
- Jun 27, 2007, 2:41:17 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler64/Compile_CallProc.cpp
r183 r198 1 1 #include <jenga/include/smoothie/Smoothie.h> 2 3 #include <Compiler.h> 2 4 3 5 #include "../BasicCompiler_Common/common.h" … … 134 136 pobj_c = &varType.GetClass(); 135 137 if( NATURAL_TYPE( varType.GetBasicType() ) != DEF_OBJECT ){ 136 pobj_c= Smoothie::GetMeta().GetClasses().Find(ObjectName);138 pobj_c=compiler.GetMeta().GetClasses().Find(ObjectName); 137 139 if( pobj_c ){ 138 140 isStatic = true;
Note:
See TracChangeset
for help on using the changeset viewer.