Ignore:
Timestamp:
May 12, 2007, 5:31:53 PM (17 years ago)
Author:
dai_9181
Message:

String/ObjectをSystem名前空間に依存しない特殊型として扱うようにした

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BasicCompiler_Common/VariableOpe.cpp

    r116 r117  
    235235
    236236Type GetStringTypeInfo(){
    237     extern const CClass *pobj_StringClass;
    238     Type type( DEF_OBJECT, *pobj_StringClass );
     237    Type type( DEF_OBJECT, *pobj_DBClass->GetStringClassPtr() );
    239238    return type;
    240239}
Note: See TracChangeset for help on using the changeset viewer.