summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2026-04-12 11:50:26 +0200
committerCarl Hetherington <cth@carlh.net>2026-04-12 11:50:26 +0200
commitb803a8a1816e3a4cce2bd20892a9496dffef2b5f (patch)
treeb27a3985a6d9a857afd7e1ab379fda489ba35ba2 /src
parent8e28db0b91839425db64c888d13bfaae6454483a (diff)
Fix macOS build.
Diffstat (limited to 'src')
-rw-r--r--src/tools/dcpomatic_verifier.cc2
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