Changeset 193 in dev for trunk/abdev/BasicCompiler32/Compile_CallProc.cpp
- Timestamp:
- Jun 26, 2007, 5:04:50 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler32/Compile_CallProc.cpp
r183 r193 1 1 #include <jenga/include/smoothie/Smoothie.h> 2 3 #include <Compiler.h> 2 4 3 5 #include "../BasicCompiler_Common/common.h" … … 129 131 pobj_c = &varType.GetClass(); 130 132 if( NATURAL_TYPE( varType.GetBasicType() ) != DEF_OBJECT ){ 131 pobj_c= Smoothie::GetMeta().GetClasses().Find(ObjectName);133 pobj_c=compiler.GetMeta().GetClasses().Find(ObjectName); 132 134 if( pobj_c ){ 133 135 isStatic = true;
Note:
See TracChangeset
for help on using the changeset viewer.