mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
fix returned data type
This commit is contained in:
parent
36a460d0ad
commit
bdc5b9be76
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ impl Text {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Getters
|
// Getters
|
||||||
pub fn widget(&self) -> &Box {
|
pub fn widget(&self) -> &ScrolledWindow {
|
||||||
&self.widget
|
&self.widget
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue