summaryrefslogtreecommitdiff
path: root/src/wx/text_panel.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2023-03-16 01:51:11 +0100
committerCarl Hetherington <cth@carlh.net>2023-03-16 22:45:19 +0100
commit693013b77341e4177c792de091ab9a524e33c477 (patch)
tree8960c3488d2c1d2fefaec34b26360477acc73218 /src/wx/text_panel.h
parentc7044a1b444c2e5e7659bf5d34ed5ac73f5a6271 (diff)
Don't show an error when cancelling subtitle analysis.
Diffstat (limited to 'src/wx/text_panel.h')
-rw-r--r--src/wx/text_panel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/text_panel.h b/src/wx/text_panel.h
index 52ef4d1fc..eee5e916c 100644
--- a/src/wx/text_panel.h
+++ b/src/wx/text_panel.h
@@ -63,7 +63,7 @@ private:
void update_dcp_track_selection ();
void add_to_grid () override;
void try_to_load_analysis ();
- void analysis_finished ();
+ void analysis_finished(Job::Result result);
void language_changed ();
void language_is_additional_changed ();