Changeset 143 in dev for BasicCompiler_Common/Compile.cpp


Ignore:
Timestamp:
Jun 16, 2007, 11:25:37 AM (17 years ago)
Author:
dai_9181
Message:

Smoothie::Metaクラス内を整理

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BasicCompiler_Common/Compile.cpp

    r113 r143  
    240240                break;
    241241            case ESC_IMPORTS:
    242                 Smoothie::Meta::importedNamespaces.Imports( Command + 2 );
     242                Smoothie::Temp::importedNamespaces.Imports( Command + 2 );
    243243                break;
    244244            case ESC_CLEARNAMESPACEIMPORTED:
    245                 Smoothie::Meta::importedNamespaces.clear();
     245                Smoothie::Temp::importedNamespaces.clear();
    246246                break;
    247247
Note: See TracChangeset for help on using the changeset viewer.