summaryrefslogtreecommitdiff
path: root/rust/src/interaction.rs
diff options
context:
space:
mode:
Diffstat (limited to 'rust/src/interaction.rs')
-rw-r--r--rust/src/interaction.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/src/interaction.rs b/rust/src/interaction.rs
index 9994608f..fad207d1 100644
--- a/rust/src/interaction.rs
+++ b/rust/src/interaction.rs
@@ -21,7 +21,7 @@ use std::path::PathBuf;
use crate::binary_view::BinaryView;
use crate::rc::Ref;
-use crate::string::{AsCStr, BnString};
+use crate::string::{BnString, IntoCStr};
pub type MessageBoxButtonSet = BNMessageBoxButtonSet;
pub type MessageBoxIcon = BNMessageBoxIcon;