From d2c4aba65a9eb2ee75961cdc860d2f3aa0b1a548 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 1 Mar 2017 10:44:29 +0000 Subject: [PATCH] Tweak class declaration. --- src/lib/film.h | 1 - src/wx/film_viewer.h | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) 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. -- 2.30.2