diff options
| author | Carl Hetherington <cth@carlh.net> | 2026-04-12 11:50:26 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2026-04-12 11:50:26 +0200 |
| commit | b803a8a1816e3a4cce2bd20892a9496dffef2b5f (patch) | |
| tree | b27a3985a6d9a857afd7e1ab379fda489ba35ba2 | |
| parent | 8e28db0b91839425db64c888d13bfaae6454483a (diff) | |
Fix macOS build.
| -rw-r--r-- | src/tools/dcpomatic_verifier.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/dcpomatic_verifier.cc b/src/tools/dcpomatic_verifier.cc index c2d6cd22c..c881019d8 100644 --- a/src/tools/dcpomatic_verifier.cc +++ b/src/tools/dcpomatic_verifier.cc @@ -160,7 +160,7 @@ public: return dcp_paths; }; - auto add = [this, &load_dcps](wxWindow* parent) { + auto add = [&load_dcps](wxWindow* parent) { #if wxCHECK_VERSION(3, 1, 4) DirDialog dialog(parent, _("Select DCP(s)"), wxDD_MULTIPLE, "AddVerifierInputPath"); #else |
