diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-12-29 13:03:24 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-12-29 13:03:24 +0000 |
| commit | 045402635eb36956b9361c3dfde15d5954645c18 (patch) | |
| tree | d76fdd9cb5404a8017836f031ce4a119277be832 /src | |
| parent | 4cb3f4a5cc5712f3a829f9a217f6554bbc875256 (diff) | |
Fix some warnings.
Diffstat (limited to 'src')
| -rw-r--r-- | src/object.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/object.h b/src/object.h index d44f1be2..0132a0db 100644 --- a/src/object.h +++ b/src/object.h @@ -41,12 +41,12 @@ #include <boost/noncopyable.hpp> #include <string> -class write_interop_subtitle_test; -class write_interop_subtitle_test2; -class write_interop_subtitle_test3; -class write_smpte_subtitle_test; -class write_smpte_subtitle_test2; -class write_smpte_subtitle_test3; +struct write_interop_subtitle_test; +struct write_interop_subtitle_test2; +struct write_interop_subtitle_test3; +struct write_smpte_subtitle_test; +struct write_smpte_subtitle_test2; +struct write_smpte_subtitle_test3; namespace dcp { |
