mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
vweb: first step to revive it
This commit is contained in:
@ -81,6 +81,7 @@ fn (p mut Parser) struct_decl() {
|
||||
typ.is_placeholder = false
|
||||
typ.cat = cat
|
||||
typ.parent = objc_parent
|
||||
typ.is_public = is_pub
|
||||
p.table.rewrite_type(typ)
|
||||
}
|
||||
else {
|
||||
|
Reference in New Issue
Block a user