diff --git a/src/bin/topola-egui/app.rs b/src/bin/topola-egui/app.rs index 0eafb1f..7f7493b 100644 --- a/src/bin/topola-egui/app.rs +++ b/src/bin/topola-egui/app.rs @@ -170,9 +170,9 @@ impl App { false } - fn load_specctra_dsn( + fn load_specctra_dsn( &mut self, - input: std::io::Result>, + input: std::io::Result, ) -> Result<(), String> { let tr = &self.translator; let bufread = input.map_err(|err| format!("{}; {}", tr.text("error-file-load"), err))?;