Ignore:
Timestamp:
Sep 28, 2007, 3:27:35 AM (17 years ago)
Author:
dai_9181
Message:
 
File:
1 edited

Legend:

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

    r334 r335  
    296296    userProc.Using();
    297297}
    298 void Opcode_CreateSimpleDelegate( const CClass &dgClass, const char *methodInstanceName, const UserProc &userProc )
     298void Opcode_CreateDelegate( const CClass &dgClass, const char *methodInstanceName, const UserProc &userProc )
    299299{
    300300    /////////////////////////////////////////////////////////////////
     
    401401        {
    402402            // デリゲートのとき
    403             Opcode_CreateSimpleDelegate( baseType.GetClass(), name, *pUserProc );
     403            Opcode_CreateDelegate( baseType.GetClass(), name, *pUserProc );
    404404        }
    405405        resultType = baseType;
Note: See TracChangeset for help on using the changeset viewer.