mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 17:15:28 +00:00
use shared pointer for page id string
This commit is contained in:
parent
96d06c1ffb
commit
e41216ab75
3 changed files with 7 additions and 5 deletions
|
|
@ -26,7 +26,7 @@ pub struct Tab {
|
|||
action_tab_page_navigation_reload: Arc<SimpleAction>,
|
||||
action_update: Arc<SimpleAction>,
|
||||
// Dynamically allocated reference index
|
||||
index: Arc<RefCell<HashMap<GString, Arc<Item>>>>,
|
||||
index: Arc<RefCell<HashMap<Arc<GString>, Arc<Item>>>>,
|
||||
// GTK
|
||||
widget: Arc<Widget>,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue