Pārlūkot izejas kodu

Morphunits: Asl Error in forward declaration

git-svn-id: trunk@28681 -
marcus 11 gadi atpakaļ
vecāks
revīzija
67aed9ac3d
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      packages/morphunits/src/asl.pas

+ 1 - 1
packages/morphunits/src/asl.pas

@@ -568,7 +568,7 @@ begin
 end;
 
 function AslRequestTags(requester: Pointer;
-                        tagList  : array of DWord): Boolean; Inline;
+                        tagList  : array of DWord): LongBool; Inline;
 begin
   AslRequestTags:=AslRequest(requester,@tagList);
 end;