summaryrefslogtreecommitdiff
path: root/plugins/warp/src/plugin
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/warp/src/plugin')
-rw-r--r--plugins/warp/src/plugin/create.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/warp/src/plugin/create.rs b/plugins/warp/src/plugin/create.rs
index 966c69ca..d2f1924b 100644
--- a/plugins/warp/src/plugin/create.rs
+++ b/plugins/warp/src/plugin/create.rs
@@ -38,7 +38,7 @@ impl Command for CreateSignatureFile {
}));
data.types.extend(view.types().iter().map(|ty| {
let ref_ty = ty.type_object().to_owned();
- ComputedType::new(from_bn_type(&view, ref_ty, u8::MAX))
+ ComputedType::new(from_bn_type(&view, &ref_ty, u8::MAX))
}));
// And type generation :3