rtl/inc/objpash.inc: * TVmt: don't include the reference count offset field in the VMT for 2.6.x. git-svn-id: branches/svenbarth/arc@28874 -
@@ -110,7 +110,9 @@
vAutoTable: Pointer;
vIntfTable: PInterfaceTable;
vMsgStrPtr: pstringmessagetable;
+ {$ifndef VER2_6}
vRefCountOfs: SizeInt;
+ {$endif}
vDestroy: CodePointer;
vNewInstance: CodePointer;
vFreeInstance: CodePointer;