From: Carl Hetherington Date: Wed, 1 Mar 2017 10:44:29 +0000 (+0000) Subject: Tweak class declaration. X-Git-Tag: v2.11.1~77 X-Git-Url: https://git.carlh.net/gitweb/?a=commitdiff_plain;ds=sidebyside;h=d2c4aba65a9eb2ee75961cdc860d2f3aa0b1a548;p=dcpomatic.git Tweak class declaration. --- 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.