Skip to content

Commit

Permalink
fix TypeLibrary representation
Browse files Browse the repository at this point in the history
  • Loading branch information
rbran authored and ElykDeer committed Jul 9, 2024
1 parent bd4a8a6 commit 37ab27e
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 37ab27e

Please sign in to comment.