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/Subroutine.cpp

    r511 r523  
    306306bool GetReturnTypeOfIndexerGetterProc( const Type &classType, Type &resultType )
    307307{
    308     vector<const UserProc *> subs;
     308    std::vector<const UserProc *> subs;
    309309    classType.GetClass().GetDynamicMethods().Enum( CALC_ARRAY_GET, subs );
    310310    if( subs.size() == 0 ){
Note: See TracChangeset for help on using the changeset viewer.