Changeset 79 in dev for BasicCompiler_Common/TypeDef.cpp
- Timestamp:
- Mar 25, 2007, 5:58:57 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BasicCompiler_Common/TypeDef.cpp
r78 r79 52 52 } 53 53 int TypeDefCollection::GetIndex( const string &typeName ) const{ 54 int max = ( *this).size();54 int max = (int)(*this).size(); 55 55 for( int i=0; i<max; i++ ){ 56 56 if( (*this)[i].newName == typeName ){
Note:
See TracChangeset
for help on using the changeset viewer.