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/BasicCompiler_Common/Intermediate_Step2.cpp

    r195 r199  
    22#include <jenga/include/smoothie/LexicalAnalysis.h>
    33
    4 #include <NamespaceSupporter.h>
     4#include <Compiler.h>
    55
    66#include "../BasicCompiler_Common/common.h"
     
    252252
    253253    // 名前空間管理
    254     NamespaceScopes &namespaceScopes = namespaceSupporter.GetLivingNamespaceScopes();
     254    NamespaceScopes &namespaceScopes = compiler.GetNamespaceSupporter().GetLivingNamespaceScopes();
    255255    namespaceScopes.clear();
    256256
Note: See TracChangeset for help on using the changeset viewer.