summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-03-21 08:05:33 +0100
committerCarl Hetherington <cth@carlh.net>2022-03-21 08:05:33 +0100
commita1f9a0afa98dda1bcc4c730ebb03efb25bbb38ca (patch)
treee2cb0db34d6c306ad905f0c87105ba5013515be7
parentbac28a7b12f7a3df11fc7c9a06d67dd175d24809 (diff)
Fix build error on mac.
-rw-r--r--src/wx/screens_panel.h2
1 files changed, 1 insertions, 1 deletions
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