Ignore:
Timestamp:
Jul 3, 2007, 1:36:14 AM (17 years ago)
Author:
dai_9181
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abdev/BasicCompiler64/Compile_ProcOp.cpp

    r198 r202  
    77#include <ClassImpl.h>
    88#include <VariableImpl.h>
    9 #include <NamespaceSupporter.h>
    109
    1110#include "../BasicCompiler_Common/common.h"
     
    272271
    273272    // コンパイル中の関数が属する名前空間
    274     namespaceSupporter.SetLivingNamespaceScopes( pUserProc->GetNamespaceScopes() );
     273    compiler.GetNamespaceSupporter().SetLivingNamespaceScopes( pUserProc->GetNamespaceScopes() );
    275274
    276275    // コンパイル中の関数でImportsされている名前空間
    277     namespaceSupporter.SetImportedNamespaces( pUserProc->GetImportedNamespaces() );
     276    compiler.GetNamespaceSupporter().SetImportedNamespaces( pUserProc->GetImportedNamespaces() );
    278277
    279278    if(pUserProc->IsSystem()){
Note: See TracChangeset for help on using the changeset viewer.