Ignore:
Timestamp:
Aug 23, 2007, 6:17:00 PM (17 years ago)
Author:
dai_9181
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abdev/BasicCompiler_Common/include/Compiler.h

    r294 r299  
    123123
    124124
    125     static bool StringToType( const std::string &typeName, Type &type );
    126     static const std::string TypeToString( const Type &type );
     125    bool StringToType( const std::string &typeName, Type &type );
     126    const std::string TypeToString( const Type &type );
    127127
    128128    // コンパイル中のクラス
Note: See TracChangeset for help on using the changeset viewer.