Ignore:
Timestamp:
Jun 26, 2007, 1:48:18 PM (17 years ago)
Author:
dai_9181
Message:
 
File:
1 edited

Legend:

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

    r193 r195  
    11#include <Compiler.h>
     2#include <NamespaceSupporter.h>
    23
    34#include "common.h"
     
    1415        return false;
    1516    }
    16     return compiler.IsSameAreaNamespace( this->namespaceScopes, namespaceScopes );
     17    return namespaceSupporter.IsSameAreaNamespace( this->namespaceScopes, namespaceScopes );
    1718}
    1819bool ConstBase::IsEqualSymbol( const string &fullName ) const
Note: See TracChangeset for help on using the changeset viewer.