diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-12-31 23:33:50 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-12-31 23:33:50 +0100 |
| commit | 28f6d73aaa6e811c3fc7cc8e3a25811f82d1e875 (patch) | |
| tree | 42052a37b2bfac539819ad6087a31f971bf117d2 /src/wx/export_subtitles_dialog.h | |
| parent | 4f9dbe8ebd57ddc46ac4233b56b404682426c949 (diff) | |
White space: export_subtitles_dialog.{cc,h}
Diffstat (limited to 'src/wx/export_subtitles_dialog.h')
| -rw-r--r-- | src/wx/export_subtitles_dialog.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/wx/export_subtitles_dialog.h b/src/wx/export_subtitles_dialog.h index 52170418e..282c8884e 100644 --- a/src/wx/export_subtitles_dialog.h +++ b/src/wx/export_subtitles_dialog.h @@ -34,14 +34,14 @@ class FilePickerCtrl; class ExportSubtitlesDialog : public wxDialog { public: - ExportSubtitlesDialog (wxWindow* parent, int reels, bool interop); + ExportSubtitlesDialog(wxWindow* parent, int reels, bool interop); - boost::filesystem::path path () const; - bool split_reels () const; - bool include_font () const; + boost::filesystem::path path() const; + bool split_reels() const; + bool include_font() const; private: - void setup_sensitivity (); + void setup_sensitivity(); bool _interop; CheckBox* _split_reels; |
