From: Carl Hetherington Date: Fri, 17 Jul 2015 00:07:14 +0000 (+0100) Subject: A couple of class/struct confusions. X-Git-Tag: v2.1.24~10 X-Git-Url: https://git.carlh.net/gitweb/?a=commitdiff_plain;h=40246384a15369438f6da66c88dea175307ee038;p=dcpomatic.git A couple of class/struct confusions. --- diff --git a/src/lib/ffmpeg_examiner.h b/src/lib/ffmpeg_examiner.h index 96720b280..6fd3220d4 100644 --- a/src/lib/ffmpeg_examiner.h +++ b/src/lib/ffmpeg_examiner.h @@ -21,7 +21,7 @@ #include "video_examiner.h" #include -class AVStream; +struct AVStream; class FFmpegAudioStream; class FFmpegSubtitleStream; diff --git a/src/wx/kdm_dialog.h b/src/wx/kdm_dialog.h index 48681a92e..2621cbbfe 100644 --- a/src/wx/kdm_dialog.h +++ b/src/wx/kdm_dialog.h @@ -34,7 +34,7 @@ class DirPickerCtrl; class Cinema; class Screen; class Film; -class CPLSummary; +struct CPLSummary; class KDMDialog : public wxDialog {