1
0
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:
Daniel Däschle
2021-02-02 14:42:00 +01:00
committed by GitHub
parent 58b37519e0
commit d477e525bb
13 changed files with 211 additions and 75 deletions

View File

@@ -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