changed mut third try ....

This commit is contained in:
= 2018-08-24 18:37:34 +02:00
parent 9da3cb82d2
commit a0cf8907a5

View File

@ -93,7 +93,7 @@ impl Screen
}
// this will disable the drop which will cause raw modes not to be undone on drop of `Screen`.
pub fn disable_drop(&self)
pub fn disable_drop(&mut self)
{
self.drop = false;
}