mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-01-15 17:20:08 +00:00
fix older versions compatibility
This commit is contained in:
parent
03eb0fd87d
commit
67ab5bb57e
@ -21,7 +21,7 @@ pub struct Item {
|
|||||||
|
|
||||||
#[glib::object_subclass]
|
#[glib::object_subclass]
|
||||||
impl ObjectSubclass for Item {
|
impl ObjectSubclass for Item {
|
||||||
const NAME: &str = "Item"; // @TODO make globally unique
|
const NAME: &'static str = "Item"; // @TODO make globally unique
|
||||||
type Type = super::Item;
|
type Type = super::Item;
|
||||||
type ParentType = Object;
|
type ParentType = Object;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user