Ignore:
Timestamp:
Aug 6, 2007, 11:44:42 PM (17 years ago)
Author:
dai_9181
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abdev/BasicCompiler_Common/src/NamespaceSupporter.cpp

    r256 r265  
    99{
    1010    NamespaceScopes namespaceScopes( namespaceStr );
    11     if( !compiler.objectModule.meta.GetNamespaces().IsExist( namespaceScopes ) ){
     11    if( !compiler.GetObjectModule().meta.GetNamespaces().IsExist( namespaceScopes ) ){
    1212        return false;
    1313    }
Note: See TracChangeset for help on using the changeset viewer.