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/BasicCompiler_Common/src/Namespace.cpp

    r143 r159  
    103103void NamespaceScopesCollection::Imports( const string &namespaceStr ){
    104104    NamespaceScopes namespaceScopes( namespaceStr );
    105     if( !Smoothie::Meta::namespaceScopesCollection.IsExist( namespaceScopes ) ){
     105    if( !Smoothie::meta.namespaceScopesCollection.IsExist( namespaceScopes ) ){
    106106        SetError(64,namespaceStr.c_str(),cp );
    107107        return;
Note: See TracChangeset for help on using the changeset viewer.