Skip to content
This repository was archived by the owner on May 1, 2024. It is now read-only.

Commit e50df9c

Browse files
committed
Correct argument positions
1 parent 0eb5194 commit e50df9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ElixirWeb.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ begin
216216
end;
217217
end;
218218
219-
procedure ElixirReleasesToListBox(ListBox: TNewCheckListBox; Releases: array of TElixirRelease);
219+
procedure ElixirReleasesToListBox(Releases: array of TElixirRelease; ListBox: TNewCheckListBox);
220220
var
221221
i: Integer;
222222
begin

0 commit comments

Comments
 (0)