Ignore:
Timestamp:
Aug 23, 2007, 10:58:43 PM (17 years ago)
Author:
dai_9181
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abdev/BasicCompiler32/CParameter.cpp

    r299 r301  
    159159}
    160160
    161 int ParamImpl::SetParameter( const string &procName, const Parameters &params, int SecondParmNum ){
     161int ParamImpl::SetParameter( const string &procName, const Parameters &params, int SecondParmNum, const UserProc *pUserProc ){
    162162    if( SecondParmNum == -1 ) SecondParmNum = (int)params.size();
    163163
     
    215215
    216216            // 型パラメータを解決
    217             ResolveFormalGenericTypeParameter( dummyType, leftType );
     217            ResolveFormalGenericTypeParameter( dummyType, leftType, pUserProc );
    218218        }
    219219
Note: See TracChangeset for help on using the changeset viewer.