ostree: manually patch generated files
This manually adds a missing `ToGlibPtr` import, which seems to be result of some bugs in `gir` code-generation.
This commit is contained in:
parent
1a76f45fd7
commit
61daa277a1
|
|
@ -3,6 +3,7 @@
|
||||||
// DO NOT EDIT
|
// DO NOT EDIT
|
||||||
|
|
||||||
use std::cmp;
|
use std::cmp;
|
||||||
|
use glib::translate::*;
|
||||||
|
|
||||||
glib::wrapper! {
|
glib::wrapper! {
|
||||||
#[derive(Debug, Hash)]
|
#[derive(Debug, Hash)]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue