diff --git a/src/azure_hl.rs b/src/azure_hl.rs index f18e3b4..f098e65 100644 --- a/src/azure_hl.rs +++ b/src/azure_hl.rs @@ -1144,7 +1144,7 @@ pub enum TableTransferAttribute<'a> { impl FilterAttribute for ColorMatrixAttribute { fn set(&self, filter_node: &FilterNode) { - let ColorMatrixAttribute::Matrix(value) = *self; + let ColorMatrixAttribute::Matrix(ref value) = *self; unsafe { AzFilterNodeSetMatrix5x4Attribute(filter_node.azure_filter_node, AZ_ATT_COLOR_MATRIX_MATRIX,