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/VariableOpe.cpp

    r198 r199  
    977977    bool isConst = ( dwFlag & DIMFLAG_CONST ) ? true:false;
    978978
    979     Variable *pVar = new VariableImpl( namespaceSupporter.GetLivingNamespaceScopes(), name, type, isConst );
     979    Variable *pVar = new VariableImpl( compiler.GetNamespaceSupporter().GetLivingNamespaceScopes(), name, type, isConst );
    980980
    981981    if( SubScripts[0] != -1 ){
Note: See TracChangeset for help on using the changeset viewer.