mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
cli: fix compilation
This commit is contained in:
@ -91,7 +91,7 @@ mut:
|
||||
struct WebhookServer {
|
||||
vweb.Context
|
||||
mut:
|
||||
gen_vc &GenVC = 0 // initialized in init_server
|
||||
gen_vc &GenVC = unsafe { 0 } // initialized in init_server
|
||||
}
|
||||
|
||||
// storage for flag options
|
||||
|
Reference in New Issue
Block a user