summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2026-02-13 07:28:04 +0100
committerCarl Hetherington <cth@carlh.net>2026-02-13 07:28:04 +0100
commit46aae816060c14298788362de3560ed58998219b (patch)
tree68eeae1d0c1056befc2ef3970ae11fe1ae390d5d /src
parent3d28c0349b3192fe406796096d1028d90d12dbdd (diff)
Fix old macOS build again.v2.18.37
Diffstat (limited to 'src')
-rw-r--r--src/wx/dir_dialog.cc2
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;