"Fix issue"

This commit is contained in:
xavo95 2024-12-31 03:53:16 +01:00
parent 9b582c49bf
commit bc590d0502
Signed by: xavo95
GPG key ID: CBF8ADED6DEBB783

View file

@ -14,7 +14,7 @@ pub trait Printf<T: ?Sized> {
fn printf<A: AsRef<T>>(handle: usize, fmt: A); fn printf<A: AsRef<T>>(handle: usize, fmt: A);
} }
pub struct FString(pub(crate) TArray); pub struct FString(pub TArray);
impl FString { impl FString {
pub fn set_f_string_printf_ptr(f_string_printf: usize) { pub fn set_f_string_printf_ptr(f_string_printf: usize) {