Browse Source

* TMethod.Code changed to CodePointer

git-svn-id: trunk@24840 -
nickysn 12 years ago
parent
commit
9b59809ac3
1 changed files with 2 additions and 1 deletions
  1. 2 1
      rtl/inc/objpash.inc

+ 2 - 1
rtl/inc/objpash.inc

@@ -181,7 +181,8 @@
        end;
 
        TMethod = record
-         Code, Data : Pointer;
+         Code : CodePointer;
+         Data : Pointer;
        end;
 
        TObject = class