1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-08-10 22:41:43 +02:00

Update lib.rs

This commit is contained in:
Anton Titovets
2024-12-11 17:00:18 +03:00
parent 0ea069bb49
commit 9127b70f56

View File

@@ -31,7 +31,7 @@ pub unsafe extern "C" fn DestroyObject(component: *mut *mut c_void) -> c_long {
#[no_mangle]
pub extern "C" fn GetClassNames() -> *const u16 {
// small strings for performance
name!("Client").as_ptr()
name!("Main").as_ptr()
}
#[allow(non_snake_case)]