Browse Source

* pmethod declaration, patch from mantis #31576 by Silvio

git-svn-id: trunk@35632 -
marco 8 years ago
parent
commit
a2d397c064
1 changed files with 1 additions and 0 deletions
  1. 1 0
      rtl/inc/objpash.inc

+ 1 - 0
rtl/inc/objpash.inc

@@ -192,6 +192,7 @@
          Entries    : array[0..0] of tinterfaceentry;
        end;
 
+       PMethod = ^TMethod;
        TMethod = record
          Code : CodePointer;
          Data : Pointer;