"Fix issue"
This commit is contained in:
parent
9b582c49bf
commit
bc590d0502
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ pub trait Printf<T: ?Sized> {
|
|||
fn printf<A: AsRef<T>>(handle: usize, fmt: A);
|
||||
}
|
||||
|
||||
pub struct FString(pub(crate) TArray);
|
||||
pub struct FString(pub TArray);
|
||||
|
||||
impl FString {
|
||||
pub fn set_f_string_printf_ptr(f_string_printf: usize) {
|
||||
|
|
Loading…
Reference in a new issue