mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 17:45:28 +00:00
fix older versions compatibility
This commit is contained in:
parent
03eb0fd87d
commit
67ab5bb57e
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue