summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-08-14 00:14:14 +0100
committerCarl Hetherington <cth@carlh.net>2013-08-14 00:14:14 +0100
commit3dd89182b9b797d14d0f56f1770524480043c2bf (patch)
tree5ec334a2e16c586496a6880945a5329993f07779 /src
parent2dfef716acf1e22fd8dad288906ac0bbd2b19035 (diff)
Add missing class declaration.
Diffstat (limited to 'src')
-rw-r--r--src/sound_frame.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sound_frame.h b/src/sound_frame.h
index 9cb8aa0d..154ff84b 100644
--- a/src/sound_frame.h
+++ b/src/sound_frame.h
@@ -27,6 +27,7 @@ namespace ASDCP {
namespace PCM {
class FrameBuffer;
}
+ class AESDecContext;
}
namespace libdcp {