mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
cgen: fix reassignment of optionals
This commit is contained in:
@@ -20,7 +20,7 @@ pub mut:
|
||||
url string
|
||||
user_agent string
|
||||
verbose bool
|
||||
mut:
|
||||
//mut:
|
||||
user_ptr voidptr
|
||||
ws_func voidptr
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user