Skip to content

Commit

Permalink
Merge pull request #10 from power4j/hotfix/access-app
Browse files Browse the repository at this point in the history
fix: SecureApp.app() pub access
  • Loading branch information
John-Chan authored May 7, 2024
2 parents 0e8e3b0 + d8dce55 commit 515fe7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skf-rs/src/helper/easy.rs
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ pub struct SecureApp {
}

impl SecureApp {
fn app(&self) -> &Box<dyn SkfApp> {
pub fn app(&self) -> &Box<dyn SkfApp> {
&self.app
}
}
Expand Down

0 comments on commit 515fe7b

Please sign in to comment.