Ignore:
Timestamp:
Jun 27, 2007, 2:41:17 AM (17 years ago)
Author:
dai_9181
Message:
 
File:
1 edited

Legend:

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

    r183 r198  
    11#include <jenga/include/smoothie/Smoothie.h>
     2
     3#include <Compiler.h>
    24
    35#include "../BasicCompiler_Common/common.h"
     
    134136                pobj_c = &varType.GetClass();
    135137                if( NATURAL_TYPE( varType.GetBasicType() ) != DEF_OBJECT ){
    136                     pobj_c=Smoothie::GetMeta().GetClasses().Find(ObjectName);
     138                    pobj_c=compiler.GetMeta().GetClasses().Find(ObjectName);
    137139                    if( pobj_c ){
    138140                        isStatic = true;
Note: See TracChangeset for help on using the changeset viewer.