Ignore:
Timestamp:
Dec 16, 2007, 11:44:29 PM (16 years ago)
Author:
dai_9181
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abdev/BasicCompiler_Common/src/Class_Collect.cpp

    r376 r378  
    326326            SplitGenericClassInstance( temporary, className, typeParameters );
    327327
    328             CClass *pobj_c = const_cast<CClass *>( this->Find(namespaceScopes, temporary) );
     328            CClass *pobj_c = const_cast<CClass *>( this->Find(namespaceScopes, className) );
    329329            if(!pobj_c) continue;
    330330
Note: See TracChangeset for help on using the changeset viewer.