diff options
Diffstat (limited to 'src/model/methods.rs')
| -rw-r--r-- | src/model/methods.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/model/methods.rs b/src/model/methods.rs index 5f879eeb..c5c12ed2 100644 --- a/src/model/methods.rs +++ b/src/model/methods.rs @@ -7,7 +7,7 @@ use crate::util::EcoString; /// Call a method on a value. pub fn call( - vm: &mut Vm, + vm: &Vm, value: Value, method: &str, mut args: Args, |
