Skip to content

Commit

Permalink
Remove pub from VersionInfo::data
Browse files Browse the repository at this point in the history
  • Loading branch information
kkent030315 committed Dec 11, 2024
1 parent f6d5264 commit 2d7749a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pe/resource.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1119,7 +1119,7 @@ impl<'a> StringFileInfo<'a> {
#[derive(Copy, Clone)]
pub struct VersionInfo<'a> {
/// Raw data of entire [`RT_VERSION`] area.
pub data: &'a [u8],
data: &'a [u8],
/// Fixed file information.
pub fixed_info: Option<VsFixedFileInfo>,
/// Dynamic key-value file information.
Expand Down

0 comments on commit 2d7749a

Please sign in to comment.