From 80a97d01ba21df6d06ca750789bfe0bbacaaee4a Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 20 Apr 2022 20:49:04 +0200 Subject: Allow tests to be run on Windows. --- test/cpl_sar_test.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/cpl_sar_test.cc') diff --git a/test/cpl_sar_test.cc b/test/cpl_sar_test.cc index 1bf53686..0ecc87e0 100644 --- a/test/cpl_sar_test.cc +++ b/test/cpl_sar_test.cc @@ -48,9 +48,9 @@ using std::shared_ptr; using std::make_shared; static void -check (shared_ptr pa, dcp::Fraction far, string sar) +check (shared_ptr pa, dcp::Fraction frac, string sar) { - pa->set_screen_aspect_ratio (far); + pa->set_screen_aspect_ratio (frac); xmlpp::Document doc; auto el = doc.create_root_node ("Test"); pa->write_to_cpl (el, dcp::Standard::INTEROP); -- cgit v1.2.3