mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
parser: fix mutability with chained fields
This commit is contained in:

committed by
Alexander Medvednikov

parent
dae4c4b83f
commit
4f0f99e663
@ -63,10 +63,11 @@ struct Context {
|
||||
line_vbo u32
|
||||
vbo u32
|
||||
chars []Character
|
||||
utf_runes []string
|
||||
utf_chars []Character
|
||||
face C.FT_Face
|
||||
scale int // retina = 2 , normal = 1
|
||||
mut:
|
||||
utf_runes []string
|
||||
utf_chars []Character
|
||||
}
|
||||
|
||||
struct C.Bitmap {
|
||||
|
Reference in New Issue
Block a user