summaryrefslogtreecommitdiff
path: root/src/wx/kdm_output_panel.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-03-05 11:15:59 +0100
committerCarl Hetherington <cth@carlh.net>2022-03-15 09:31:09 +0100
commitf90bd4d97be25b3bca6b4523864896f5ff7b7e53 (patch)
tree8f9f3d69ac415bc1c89e778e6fc717bbe819a20d /src/wx/kdm_output_panel.cc
parentd56668322e5fc81904d94466da9e60e296006eb5 (diff)
Cleanup: tidying.
Diffstat (limited to 'src/wx/kdm_output_panel.cc')
-rw-r--r--src/wx/kdm_output_panel.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/kdm_output_panel.cc b/src/wx/kdm_output_panel.cc
index 11f921aad..63618add6 100644
--- a/src/wx/kdm_output_panel.cc
+++ b/src/wx/kdm_output_panel.cc
@@ -118,7 +118,7 @@ KDMOutputPanel::KDMOutputPanel (wxWindow* parent)
_folder = new wxDirPickerCtrl (this, wxID_ANY, wxEmptyString, wxDirSelectorPromptStr, wxDefaultPosition, wxSize (300, -1));
#endif
- auto path = Config::instance()->default_kdm_directory ();
+ auto path = Config::instance()->default_kdm_directory();
if (path) {
_folder->SetPath (std_to_wx (path->string ()));
} else {