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/BasicCompiler32/Compile_ProcOp.cpp

    r198 r199  
    282282
    283283    // コンパイル中の関数が属する名前空間
    284     namespaceSupporter.SetLivingNamespaceScopes( pUserProc->GetNamespaceScopes() );
     284    compiler.GetNamespaceSupporter().SetLivingNamespaceScopes( pUserProc->GetNamespaceScopes() );
    285285
    286286    // コンパイル中の関数でImportsされている名前空間
    287     namespaceSupporter.SetImportedNamespaces( pUserProc->GetImportedNamespaces() );
     287    compiler.GetNamespaceSupporter().SetImportedNamespaces( pUserProc->GetImportedNamespaces() );
    288288
    289289    if(pUserProc->IsSystem()){
Note: See TracChangeset for help on using the changeset viewer.