Changeset 354 in dev for trunk/abdev/BasicCompiler64/Compile_Object.cpp
- Timestamp:
- Oct 22, 2007, 1:29:05 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler64/Compile_Object.cpp
r349 r354 93 93 { 94 94 const CClass *pClass = &objClass; 95 int typeSize = pClass->GetSize();96 95 97 96 if( pClass->IsInterface() ) … … 99 98 pClass = compiler.GetObjectModule().meta.GetClasses().GetInterfaceInfoClassPtr(); 100 99 } 100 101 int typeSize = pClass->GetSize(); 101 102 102 103 if( pClass->IsAbstract() ){
Note:
See TracChangeset
for help on using the changeset viewer.