mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-04 10:50:00 +00:00
Rename two more pre-processor variables
This commit is contained in:
parent
1a0a495bc5
commit
b45433951a
3 changed files with 7 additions and 7 deletions
|
@ -544,7 +544,7 @@ pub struct NativeClass {
|
|||
|
||||
impl NativeClass {
|
||||
pub fn new(class_name: &str) -> Self {
|
||||
let cpp_vtable_getter = format!("SIXTYFPS_GET_ITEM_VTABLE({}VTable)", class_name);
|
||||
let cpp_vtable_getter = format!("SLINT_GET_ITEM_VTABLE({}VTable)", class_name);
|
||||
Self {
|
||||
class_name: class_name.into(),
|
||||
cpp_vtable_getter,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue