diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-05-10 01:22:12 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-05-10 01:22:12 +0200 |
| commit | 37eab7ddb249458706d61b32bdc7943452c4efcc (patch) | |
| tree | da8912c98598df7f00d3ad0172faa5e536e45fa2 /src/wx/dir_picker_ctrl.h | |
| parent | 44206b1fc91f40d584c812a84a810ada5bcf7850 (diff) | |
White space: dir_picker_ctrl.{cc,h}
Diffstat (limited to 'src/wx/dir_picker_ctrl.h')
| -rw-r--r-- | src/wx/dir_picker_ctrl.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/wx/dir_picker_ctrl.h b/src/wx/dir_picker_ctrl.h index f28623a7c..fc5d5a755 100644 --- a/src/wx/dir_picker_ctrl.h +++ b/src/wx/dir_picker_ctrl.h @@ -38,13 +38,13 @@ class DirPickerCtrl : public wxPanel public: DirPickerCtrl(wxWindow *, bool leaf = false); - wxString GetPath () const; - void SetPath (wxString); + wxString GetPath() const; + void SetPath(wxString); boost::signals2::signal<void ()> Changed; private: - void browse_clicked (); + void browse_clicked(); Button* _folder; wxString _path; |
