Avril 4 years ago
parent 8b92cacca7
commit aa0ce3b395
Signed by: flanchan
GPG Key ID: 284488987C31F630

@ -125,7 +125,7 @@ impl WithTitle for Spin
{ {
fn with_title(_: usize, t: impl AsRef<str>) -> Self fn with_title(_: usize, t: impl AsRef<str>) -> Self
{ {
Self::with_title(t, Default::default()) Self::with_title(t.as_ref(), Default::default())
} }
fn update(&mut self) fn update(&mut self)
{ {

Loading…
Cancel
Save