Skip to content

Commit

Permalink
fix TypeLibrary representation
Browse files Browse the repository at this point in the history
  • Loading branch information
rbran committed Jun 14, 2024
1 parent 61e84ed commit b826e59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rust/src/typelibrary.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ use crate::{
types::{QualifiedName, QualifiedNameAndType, Type},
};

#[repr(transparent)]
pub struct TypeLibrary {
handle: ptr::NonNull<BNTypeLibrary>,
}
Expand Down

0 comments on commit b826e59

Please sign in to comment.