mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
all: fix all remaining unsafe 0 (#14856)
This commit is contained in:
@ -90,7 +90,7 @@ const (
|
||||
|
||||
struct App {
|
||||
mut:
|
||||
ui &ui.Context = 0
|
||||
ui &ui.Context = unsafe { 0 }
|
||||
header_text []string
|
||||
mouse_pos Point
|
||||
msg string
|
||||
|
Reference in New Issue
Block a user