From f06f3dbb330bbd7c6e9b07d3a19f458e96d2499b Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Sun, 2 Jul 2017 01:45:30 +0200 Subject: [PATCH] Update --- src/audio.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/audio.rs b/src/audio.rs index 0c3bfd767..636af079a 100644 --- a/src/audio.rs +++ b/src/audio.rs @@ -31,7 +31,7 @@ pub enum AudioSignal { pub struct Audio { _cannot_construct: (), pub acard: RefCell>, - pub last_action_timestamp: RefCell, + pub last_action_timestamp: Rc>, pub handlers: Rc>>>, pub scroll_step: Cell, } @@ -43,7 +43,7 @@ impl Audio { -> Result