diff --git a/rust/src/cells/mod.rs b/rust/src/cells/mod.rs index da11ff7bc..ff4f889fa 100644 --- a/rust/src/cells/mod.rs +++ b/rust/src/cells/mod.rs @@ -205,7 +205,7 @@ use crate::{NcChannel, NcPlane}; /// multicolumn glyph. whether a cell is the left or right side of the glyph /// can be determined by checking whether ->gcluster is zero. /// -pub type NcCell = crate::bindings::ffi::cell; +pub type NcCell = crate::bindings::ffi::nccell; // RETHINK: //