Skip to content

Commit 8d81830

Browse files
committed
Fixed type in FileTransfer_curl.enableStopButton
1 parent d97544d commit 8d81830

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Project/Sources/Classes/FileTransfer_curl.4dm

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Function setPath($path : Text)
7676
Function enableProgressData($enable : Boolean)
7777
This:C1470._noProgress:=Not:C34($enable)
7878

79-
Function enableStopButton($enable : Object)
79+
Function enableStopButton($enable : Boolean)
8080
This:C1470._enableStopButton:=$enable
8181

8282
Function useCallback($callback : 4D:C1709.Function; $ID : Text)

0 commit comments

Comments
 (0)