diff options
| author | Carl Hetherington <cth@carlh.net> | 2026-02-13 07:28:04 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2026-02-13 07:28:04 +0100 |
| commit | 46aae816060c14298788362de3560ed58998219b (patch) | |
| tree | 68eeae1d0c1056befc2ef3970ae11fe1ae390d5d | |
| parent | 3d28c0349b3192fe406796096d1028d90d12dbdd (diff) | |
Fix old macOS build again.v2.18.37
| -rw-r--r-- | src/wx/dir_dialog.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/dir_dialog.cc b/src/wx/dir_dialog.cc index e5429fa77..d5a1b94b2 100644 --- a/src/wx/dir_dialog.cc +++ b/src/wx/dir_dialog.cc @@ -71,7 +71,7 @@ DirDialog::paths() const #if wxCHECK_VERSION(3, 1, 4) GetPaths(wx); #else - wx.Append(GetPath()); + wx.Add(GetPath()); #endif vector<boost::filesystem::path> std; |
