summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-03-21 08:05:33 +0100
committerCarl Hetherington <cth@carlh.net>2022-04-02 22:26:32 +0200
commite1e0cc94b9b75f1c76c27b92693af09c14f793d0 (patch)
tree1e1d048f08fa96709e02cb964b4aa0c20938b4e1 /src
parenta1b4b3fe021b4e6ffa9627b0cc9875217e323e41 (diff)
Fix build error on mac.
Diffstat (limited to 'src')
-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