diff options
Diffstat (limited to 'src/wx/dkdm_output_panel.h')
| -rw-r--r-- | src/wx/dkdm_output_panel.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/wx/dkdm_output_panel.h b/src/wx/dkdm_output_panel.h index 9bdbd5672..71a897c41 100644 --- a/src/wx/dkdm_output_panel.h +++ b/src/wx/dkdm_output_panel.h @@ -42,13 +42,13 @@ class wxRadioButton; class DKDMOutputPanel : public wxPanel { public: - DKDMOutputPanel (wxWindow* parent); + DKDMOutputPanel(wxWindow* parent); - void setup_sensitivity (); + void setup_sensitivity(); - boost::filesystem::path directory () const; + boost::filesystem::path directory() const; - std::pair<std::shared_ptr<Job>, int> make ( + std::pair<std::shared_ptr<Job>, int> make( std::list<KDMWithMetadataPtr > kdms, std::string name, std::function<bool (boost::filesystem::path)> confirm_overwrite |
