diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-12-11 15:28:20 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-12-11 15:28:20 +0000 |
| commit | a53eb50dcb48cd15931fdc1900e50a546ef59d3e (patch) | |
| tree | 159725b91229bee687ff9d2c546067b6ee5a81ba /src | |
| parent | b9e663597463ecfe74ac0a67263425264ea49931 (diff) | |
Fix clang warning.
Diffstat (limited to 'src')
| -rw-r--r-- | src/mxf.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ namespace ASDCP { class AESDecContext; - class WriterInfo; + struct WriterInfo; } /* Undefine some stuff that the OS X 10.5 SDK defines */ |
