summaryrefslogtreecommitdiffstats
path: root/src/state.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/state.rs')
-rw-r--r--src/state.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/state.rs b/src/state.rs
index 9f62194..eee39ae 100644
--- a/src/state.rs
+++ b/src/state.rs
@@ -264,7 +264,7 @@ impl State {
&self,
focus: crate::action::Focus,
entry: Option<
- &mut async_std::sync::MutexGuardArc<crate::history::HistoryEntry>,
+ &mut async_std::sync::MutexGuardArc<crate::history::Entry>,
>,
) -> crate::action::Scene {
match focus {
@@ -291,7 +291,7 @@ impl State {
&mut self,
new_focus: crate::action::Focus,
entry: Option<
- &mut async_std::sync::MutexGuardArc<crate::history::HistoryEntry>,
+ &mut async_std::sync::MutexGuardArc<crate::history::Entry>,
>,
) {
self.focus = new_focus;