Ignore:
Timestamp:
Apr 29, 2007, 2:34:04 AM (17 years ago)
Author:
dai_9181
Message:

名前空間機能をクラスに適用。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BasicCompiler32/Compile_CallProc.cpp

    r97 r102  
    127127                pobj_c = &varType.GetClass();
    128128                if( NATURAL_TYPE( varType.GetBasicType() ) != DEF_OBJECT ){
    129                     pobj_c=pobj_DBClass->check(ObjectName);
     129                    pobj_c=pobj_DBClass->Find(ObjectName);
    130130                    if( pobj_c ){
    131131                        isStatic = true;
Note: See TracChangeset for help on using the changeset viewer.