From a1f9a0afa98dda1bcc4c730ebb03efb25bbb38ca Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 21 Mar 2022 08:05:33 +0100 Subject: [PATCH] Fix build error on mac. --- src/wx/screens_panel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wx/screens_panel.h b/src/wx/screens_panel.h index 9c9811c1d..1eff50a59 100644 --- a/src/wx/screens_panel.h +++ b/src/wx/screens_panel.h @@ -37,7 +37,7 @@ namespace dcpomatic { class Cinema; -class UCollator; +struct UCollator; class ScreensPanel : public wxPanel -- 2.30.2