summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-12-11 15:28:20 +0000
committerCarl Hetherington <cth@carlh.net>2015-12-11 15:28:20 +0000
commita53eb50dcb48cd15931fdc1900e50a546ef59d3e (patch)
tree159725b91229bee687ff9d2c546067b6ee5a81ba /src
parentb9e663597463ecfe74ac0a67263425264ea49931 (diff)
Fix clang warning.
Diffstat (limited to 'src')
-rw-r--r--src/mxf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mxf.h b/src/mxf.h
index f8be9844..a3ba4b10 100644
--- a/src/mxf.h
+++ b/src/mxf.h
@@ -28,7 +28,7 @@
namespace ASDCP {
class AESDecContext;
- class WriterInfo;
+ struct WriterInfo;
}
/* Undefine some stuff that the OS X 10.5 SDK defines */