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

    r198 r202  
    66#include <ClassImpl.h>
    77#include <Compiler.h>
    8 #include <NamespaceSupporter.h>
    98
    109#include "../BasicCompiler_Common/common.h"
     
    319318    if(!bDll){
    320319        // 名前空間が初期化されているかをチェック
    321         if( namespaceSupporter.GetLivingNamespaceScopes().size() ){
     320        if( compiler.GetNamespaceSupporter().GetLivingNamespaceScopes().size() ){
    322321            SetError();
    323322        }
     
    434433
    435434        // 名前空間が正しく閉じられているかをチェック
    436         if( namespaceSupporter.GetLivingNamespaceScopes().size() ){
     435        if( compiler.GetNamespaceSupporter().GetLivingNamespaceScopes().size() ){
    437436            SetError(63,NULL,-1);
    438437        }
Note: See TracChangeset for help on using the changeset viewer.