Ignore:
Timestamp:
Jun 17, 2007, 4:44:57 AM (17 years ago)
Author:
dai_9181
Message:

プロジェクト内を整理。jengaライブラリのベースを作成。

File:
1 edited

Legend:

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

    r136 r159  
    227227    }
    228228
    229     if( varType.IsObject() && Smoothie::Meta::blittableTypes.IsExist( calcType ) ){
     229    if( varType.IsObject() && Smoothie::meta.blittableTypes.IsExist( calcType ) ){
    230230        // Blittable型をオブジェクトとして扱う
    231231        vector<UserProc *> userProcs;
    232         Smoothie::Meta::blittableTypes.GetClass( calcType ).GetStaticMethods().Enum( "_Create", userProcs );
     232        Smoothie::meta.blittableTypes.GetClass( calcType ).GetStaticMethods().Enum( "_Create", userProcs );
    233233        if( userProcs.size() != 1 ){
    234234            SetError();
Note: See TracChangeset for help on using the changeset viewer.