Ignore:
Timestamp:
Dec 17, 2007, 2:41:25 AM (16 years ago)
Author:
dai_9181
Message:

ジェネリクスインターフェイスをサポートした

File:
1 edited

Legend:

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

    r378 r379  
    328328            CClass *pobj_c = const_cast<CClass *>( this->Find(namespaceScopes, className) );
    329329            if(!pobj_c) continue;
     330
     331            compiler.pCompilingClass = pobj_c;
    330332
    331333            if(lpszInheritsClass){
Note: See TracChangeset for help on using the changeset viewer.