summaryrefslogtreecommitdiff
path: root/src/wx/closed_captions_dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/closed_captions_dialog.h')
-rw-r--r--src/wx/closed_captions_dialog.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/wx/closed_captions_dialog.h b/src/wx/closed_captions_dialog.h
index dbe4b6aa5..01f5775d1 100644
--- a/src/wx/closed_captions_dialog.h
+++ b/src/wx/closed_captions_dialog.h
@@ -35,15 +35,15 @@ class ClosedCaptionsDialog : public wxDialog
public:
ClosedCaptionsDialog(wxWindow* parent, FilmViewer* viewer);
- void clear ();
- void update_tracks (std::shared_ptr<const Film> film);
- void set_butler (std::weak_ptr<Butler>);
+ void clear();
+ void update_tracks(std::shared_ptr<const Film> film);
+ void set_butler(std::weak_ptr<Butler>);
private:
- void shown (wxShowEvent);
- void update ();
- void paint ();
- void track_selected ();
+ void shown(wxShowEvent);
+ void update();
+ void paint();
+ void track_selected();
FilmViewer* _viewer;
wxPanel* _display;