Ignore:
Timestamp:
Jun 27, 2007, 2:41:17 AM (17 years ago)
Author:
dai_9181
Message:
 
File:
1 edited

Legend:

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

    r195 r198  
    282282
    283283    // コンパイル中の関数が属する名前空間
    284     namespaceSupporter.GetLivingNamespaceScopes() = pUserProc->GetNamespaceScopes();
     284    namespaceSupporter.SetLivingNamespaceScopes( pUserProc->GetNamespaceScopes() );
    285285
    286286    // コンパイル中の関数でImportsされている名前空間
Note: See TracChangeset for help on using the changeset viewer.