summaryrefslogtreecommitdiff
path: root/features
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-01-26 21:51:52 +0100
committerCarl Hetherington <cth@carlh.net>2025-01-26 21:51:52 +0100
commit128e8db96404a12b4108ab244e5048de39138c99 (patch)
treecec791aeee2f002e618438aecaf5d4b4ae669e1f /features
parent69fabac6d2219c07cfdcd9a8fe6e92bf4669be46 (diff)
build error on macos
Diffstat (limited to 'features')
-rw-r--r--features/step_definitions/dcpomatic.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/step_definitions/dcpomatic.cc b/features/step_definitions/dcpomatic.cc
index 98570b6b3..b39d9ded8 100644
--- a/features/step_definitions/dcpomatic.cc
+++ b/features/step_definitions/dcpomatic.cc
@@ -57,7 +57,7 @@ struct Context
{
general_delay();
send(CUCUMBER_BRIDGE_CLICK_BUTTON_ID);
- send(fmt::to_string(id));
+ send(fmt::to_string(static_cast<int>(id)));
}
void select_menu(string id)