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)
|
||||
}
|
||||
}
|
||||
|
@@ -39,4 +39,4 @@ fn test_params(){
|
||||
|
||||
fn on_test(p eventbus.Params) {
|
||||
assert p.get_string("eventbus") == "vevent"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user