diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-05-10 01:02:41 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-05-10 01:02:41 +0200 |
| commit | 740a10faef0087d03f56b593ed5735e10b3460f4 (patch) | |
| tree | 6664b6d1f0ddc10584839c8a4b1125e604818598 /src/wx/system_font_dialog.h | |
| parent | d341ccb34bbd344da9b1796d07293b95f948d167 (diff) | |
White space: system_font_dialog.{cc,h}
Diffstat (limited to 'src/wx/system_font_dialog.h')
| -rw-r--r-- | src/wx/system_font_dialog.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/wx/system_font_dialog.h b/src/wx/system_font_dialog.h index a342846d8..09ac13dec 100644 --- a/src/wx/system_font_dialog.h +++ b/src/wx/system_font_dialog.h @@ -43,12 +43,12 @@ class wxListCtrl; class SystemFontDialog : public wxDialog { public: - explicit SystemFontDialog (wxWindow* parent); + explicit SystemFontDialog(wxWindow* parent); - boost::optional<boost::filesystem::path> get_font () const; + boost::optional<boost::filesystem::path> get_font() const; private: - void setup_sensitivity (); + void setup_sensitivity(); wxListCtrl* _list; std::vector<boost::filesystem::path> _fonts; |
