Ignore:
Timestamp:
Jun 26, 2007, 5:04:50 AM (17 years ago)
Author:
dai_9181
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abdev/BasicCompiler32/Compile_CallProc.cpp

    r183 r193  
    11#include <jenga/include/smoothie/Smoothie.h>
     2
     3#include <Compiler.h>
    24
    35#include "../BasicCompiler_Common/common.h"
     
    129131                pobj_c = &varType.GetClass();
    130132                if( NATURAL_TYPE( varType.GetBasicType() ) != DEF_OBJECT ){
    131                     pobj_c=Smoothie::GetMeta().GetClasses().Find(ObjectName);
     133                    pobj_c=compiler.GetMeta().GetClasses().Find(ObjectName);
    132134                    if( pobj_c ){
    133135                        isStatic = true;
Note: See TracChangeset for help on using the changeset viewer.