Ignore:
Timestamp:
Jun 26, 2007, 1:48:18 PM (17 years ago)
Author:
dai_9181
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abdev/BasicCompiler_Common/Enum.cpp

    r182 r195  
    33#include <jenga/include/smoothie/Smoothie.h>
    44#include <jenga/include/smoothie/LexicalAnalysis.h>
     5
     6#include <NamespaceSupporter.h>
    57
    68#include "common.h"
     
    115117
    116118    // 名前空間管理
    117     NamespaceScopes &namespaceScopes = Smoothie::Temp::liveingNamespaceScopes;
     119    NamespaceScopes &namespaceScopes = namespaceSupporter.GetLivingNamespaceScopes();
    118120    namespaceScopes.clear();
    119121
Note: See TracChangeset for help on using the changeset viewer.