Ignore:
Timestamp:
May 1, 2008, 11:03:14 PM (16 years ago)
Author:
dai_9181
Message:

ヘッダファイルを整理中

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ab5.0/abdev/BasicCompiler_Common/ParamImpl.cpp

    r485 r523  
    312312}
    313313
    314 bool ParamImpl::ErrorCheck( const string &procName, const Parameters &params, int SecondParmNum ){
     314bool ParamImpl::ErrorCheck( const std::string &procName, const Parameters &params, int SecondParmNum ){
    315315    if( SecondParmNum == -1 ) SecondParmNum = (int)params.size();
    316316
Note: See TracChangeset for help on using the changeset viewer.