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

    r195 r199  
    44#include <jenga/include/smoothie/LexicalAnalysis.h>
    55
    6 #include <NamespaceSupporter.h>
     6#include <Compiler.h>
    77
    88#include "common.h"
     
    117117
    118118    // 名前空間管理
    119     NamespaceScopes &namespaceScopes = namespaceSupporter.GetLivingNamespaceScopes();
     119    NamespaceScopes &namespaceScopes = compiler.GetNamespaceSupporter().GetLivingNamespaceScopes();
    120120    namespaceScopes.clear();
    121121
Note: See TracChangeset for help on using the changeset viewer.