Skip to content

Commit e6cf76a

Browse files
committed
Fix constness of ptr argument to GuiListViewEx
, again. Fixes #71
1 parent e89dc94 commit e6cf76a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/c/raygui/functions.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ module Functions (F : Ctypes.FOREIGN) = struct
172172
let _list_view_ex =
173173
foreign "GuiListViewEx"
174174
(Raylib.Rectangle.t
175-
@-> const (ptr string)
175+
@-> ptr (const string)
176176
@-> int @-> ptr int @-> ptr int @-> int @-> returning int)
177177

178178
(* Message Box control, displays a message *)

0 commit comments

Comments
 (0)