Ignore:
Timestamp:
Jun 19, 2007, 1:58:06 AM (17 years ago)
Author:
dai_9181
Message:

コンパイルできるようにした

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/jenga/src/smoothie/Prototype.cpp

    r170 r171  
    1 #include <jenga/include/smoothie/Prototype.h>
    2 #include <jenga/include/smoothie/Member.h>
    31#include <jenga/include/smoothie/BasicFixed.h>
     2#include <jenga/include/smoothie/Class.h>
    43
    54bool Prototype::IsEqualSymbol( const NamespaceScopes &namespaceScopes, const string &name ) const
     
    1918    char AreaName[VN_SIZE] = "";        //オブジェクト変数
    2019    char NestName[VN_SIZE] = "";        //入れ子メンバ
    21     bool isNest = CMember::SplitName( fullName.c_str(), AreaName, NestName );
     20    bool isNest = CClass::SplitName( fullName.c_str(), AreaName, NestName );
    2221
    2322    return IsEqualSymbol( NamespaceScopes( AreaName ), NestName );
Note: See TracChangeset for help on using the changeset viewer.