summaryrefslogtreecommitdiff
path: root/src/wx/video_view.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/video_view.h')
-rw-r--r--src/wx/video_view.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/wx/video_view.h b/src/wx/video_view.h
index 5353f213f..8fb26a521 100644
--- a/src/wx/video_view.h
+++ b/src/wx/video_view.h
@@ -33,7 +33,9 @@
#include <boost/thread.hpp>
-class Image;
+namespace dcpomatic {
+ class Image;
+}
class wxWindow;
class FilmViewer;
class Player;