diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/film.h | 1 | ||||
| -rw-r--r-- | src/wx/film_viewer.h | 1 |
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. |
