summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2017-03-01 10:44:29 +0000
committerCarl Hetherington <cth@carlh.net>2017-04-19 23:04:32 +0100
commitd2c4aba65a9eb2ee75961cdc860d2f3aa0b1a548 (patch)
treeac843a143f795655041db8579d114c58fe52cbf5
parentb0c7c1146423f2f3f60aa124d8ea5a9671acff0b (diff)
Tweak class declaration.
-rw-r--r--src/lib/film.h1
-rw-r--r--src/wx/film_viewer.h1
2 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/film.h b/src/lib/film.h
index 1d8af39d8..e8fcb5a45 100644
--- a/src/lib/film.h
+++ b/src/lib/film.h
@@ -47,7 +47,6 @@ namespace xmlpp {
class DCPContentType;
class Log;
class Content;
-class Player;
class Playlist;
class AudioContent;
class Screen;
diff --git a/src/wx/film_viewer.h b/src/wx/film_viewer.h
index d01e00290..9fc21fc9c 100644
--- a/src/wx/film_viewer.h
+++ b/src/wx/film_viewer.h
@@ -30,6 +30,7 @@ class FFmpegPlayer;
class Image;
class RGBPlusAlphaImage;
class PlayerVideo;
+class Player;
/** @class FilmViewer
* @brief A wx widget to view a preview of a Film.