summaryrefslogtreecommitdiff
path: root/src/wx/system_font_dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/system_font_dialog.h')
-rw-r--r--src/wx/system_font_dialog.h6
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;