A couple of class/struct confusions.
authorCarl Hetherington <cth@carlh.net>
Fri, 17 Jul 2015 00:07:14 +0000 (01:07 +0100)
committerCarl Hetherington <cth@carlh.net>
Fri, 17 Jul 2015 00:07:14 +0000 (01:07 +0100)
src/lib/ffmpeg_examiner.h
src/wx/kdm_dialog.h

index 96720b280bfc869269de92b041b83b4ba2b32d3e..6fd3220d426377a03b9b609ec98a8f899a7483f5 100644 (file)
@@ -21,7 +21,7 @@
 #include "video_examiner.h"
 #include <boost/optional.hpp>
 
-class AVStream;
+struct AVStream;
 
 class FFmpegAudioStream;
 class FFmpegSubtitleStream;
index 48681a92e20f38893ab64d1926f02a349137a783..2621cbbfe70b1ddb4c22d07552c8ed329702851a 100644 (file)
@@ -34,7 +34,7 @@ class DirPickerCtrl;
 class Cinema;
 class Screen;
 class Film;
-class CPLSummary;
+struct CPLSummary;
 
 class KDMDialog : public wxDialog
 {