Changeset 140 in dev for BasicCompiler_Common/Type.cpp
- Timestamp:
- Jun 15, 2007, 4:00:25 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BasicCompiler_Common/Type.cpp
r131 r140 490 490 491 491 if( !( index == 0 || index == -1 ) ){ 492 if( pClass->GetNamespaceScopes().size() >= 1 ) 493 { 494 return pClass->GetNamespaceScopes().ToString() + "." + pClass->GetName(); 495 } 492 496 return pClass->GetName(); 493 497 }
Note:
See TracChangeset
for help on using the changeset viewer.