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

    r193 r195  
    55#include <LexicalScopingImpl.h>
    66#include <VariableImpl.h>
     7#include <NamespaceSupporter.h>
    78
    89#include "../BasicCompiler_Common/common.h"
     
    976977    bool isConst = ( dwFlag & DIMFLAG_CONST ) ? true:false;
    977978
    978     Variable *pVar = new VariableImpl( Smoothie::Temp::liveingNamespaceScopes, name, type, isConst );
     979    Variable *pVar = new VariableImpl( namespaceSupporter.GetLivingNamespaceScopes(), name, type, isConst );
    979980
    980981    if( SubScripts[0] != -1 ){
Note: See TracChangeset for help on using the changeset viewer.