Browse Source

* method pointers are also returned by parameter

git-svn-id: trunk@40702 -
svenbarth 6 years ago
parent
commit
9642d210c0
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/rtl-objpas/src/x86_64/invoke.inc

+ 1 - 0
packages/rtl-objpas/src/x86_64/invoke.inc

@@ -93,6 +93,7 @@ begin
   Result := False;
   if Assigned(aType) then begin
     case aType^.Kind of
+      tkMethod,
       tkSString,
       tkAString,
       tkUString,