diff options
Diffstat (limited to 'src/wx/film_viewer.h')
| -rw-r--r-- | src/wx/film_viewer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/film_viewer.h b/src/wx/film_viewer.h index eb9d256d3..4776d24b4 100644 --- a/src/wx/film_viewer.h +++ b/src/wx/film_viewer.h @@ -56,7 +56,7 @@ private: void timer (); void calculate_sizes (); void check_play_state (); - void active_jobs_changed (bool); + void active_jobs_changed (boost::optional<std::string>); void back_clicked (); void forward_clicked (); void player_changed (bool); |
