mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
checker/gen: fix generic struct init (#8322)
This commit is contained in:
@@ -90,7 +90,7 @@ mut:
|
||||
struct WebhookServer {
|
||||
vweb.Context
|
||||
mut:
|
||||
gen_vc &GenVC
|
||||
gen_vc &GenVC = 0 // initialized in init_once
|
||||
}
|
||||
|
||||
// storage for flag options
|
||||
|
||||
Reference in New Issue
Block a user