소스 검색

Morphunits: Asl Error in forward declaration

git-svn-id: trunk@28681 -
marcus 11 년 전
부모
커밋
67aed9ac3d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;