Changeset 378 in dev for trunk/abdev/BasicCompiler_Common/src/Class_Collect.cpp
- Timestamp:
- Dec 16, 2007, 11:44:29 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler_Common/src/Class_Collect.cpp
r376 r378 326 326 SplitGenericClassInstance( temporary, className, typeParameters ); 327 327 328 CClass *pobj_c = const_cast<CClass *>( this->Find(namespaceScopes, temporary) );328 CClass *pobj_c = const_cast<CClass *>( this->Find(namespaceScopes, className) ); 329 329 if(!pobj_c) continue; 330 330
Note:
See TracChangeset
for help on using the changeset viewer.