Explorar o código

Morphunits: Asl Error in forward declaration

git-svn-id: trunk@28681 -
marcus %!s(int64=11) %!d(string=hai) anos
pai
achega
67aed9ac3d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;