Changeset 379 in dev for trunk/abdev/BasicCompiler_Common/src/Class_Collect.cpp
- Timestamp:
- Dec 17, 2007, 2:41:25 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler_Common/src/Class_Collect.cpp
r378 r379 328 328 CClass *pobj_c = const_cast<CClass *>( this->Find(namespaceScopes, className) ); 329 329 if(!pobj_c) continue; 330 331 compiler.pCompilingClass = pobj_c; 330 332 331 333 if(lpszInheritsClass){
Note:
See TracChangeset
for help on using the changeset viewer.