mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55: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]
|
||||
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 ParentType = Object;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue