diff --git a/sub/core/src/pstruct.rs b/sub/core/src/pstruct.rs index 96c3069..5ec6d32 100644 --- a/sub/core/src/pstruct.rs +++ b/sub/core/src/pstruct.rs @@ -91,7 +91,7 @@ impl Debug for VirtualOffset { #[macro_export] macro_rules! struct_offset { ($offset:literal, $type:ty) => { - $crate::sot::VirtualOffset<$type, $offset> + $crate::pstruct::VirtualOffset<$type, $offset> } } pub use struct_offset;