Ignore:
Timestamp:
Jun 27, 2007, 3:16:11 AM (17 years ago)
Author:
dai_9181
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abdev/BasicCompiler_Common/Const.cpp

    r195 r199  
    1515        return false;
    1616    }
    17     return namespaceSupporter.IsSameAreaNamespace( this->namespaceScopes, namespaceScopes );
     17    return compiler.GetNamespaceSupporter().IsSameAreaNamespace( this->namespaceScopes, namespaceScopes );
    1818}
    1919bool ConstBase::IsEqualSymbol( const string &fullName ) const
Note: See TracChangeset for help on using the changeset viewer.