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

    r296 r299  
    5656// ジェネリクスのクラス型記述を分析
    5757///////////////////////////////////////////////////
    58 void SplitGenericClassInstance( const char *fullName, char *className, std::vector<std::string> &typeParameters )
     58void SplitGenericClassInstance( const char *fullName, char *className, Jenga::Common::Strings &typeParameters )
    5959{
    6060    int i = 0;
Note: See TracChangeset for help on using the changeset viewer.