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