mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
*char => charptr everywhere
This commit is contained in:
@@ -134,4 +134,4 @@ fn (r mut Registry) delete_entry(index int) {
|
||||
fn invoke(p voidptr, arr Params){
|
||||
handler := EventHandler{p}.func
|
||||
handler(arr)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user