mirror of
https://github.com/vlang/v.git
synced 2025-09-14 15:02:33 +03:00
vlib: fix mutable args
This commit is contained in:
parent
34e0b164eb
commit
0bcc53c366
13 changed files with 54 additions and 54 deletions
|
@ -196,7 +196,7 @@ fn find_msvc() ?MsvcResult {
|
|||
}
|
||||
}
|
||||
|
||||
pub fn cc_msvc(v *V) {
|
||||
pub fn cc_msvc(v mut V) {
|
||||
r := find_msvc() or {
|
||||
println('Could not find MSVC')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue