1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

clean up switch tokens

This commit is contained in:
Alexander Medvednikov
2019-10-27 14:05:50 +03:00
parent 8358528888
commit 1390a39053
4 changed files with 6 additions and 14 deletions

View File

@ -57,7 +57,7 @@ pub:
mono bool
}
struct Image {
pub struct Image {
mut:
obj voidptr
pub: