summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorjhurst <jhurst@cinecert.com>2020-04-13 08:59:27 -0700
committerjhurst <jhurst@cinecert.com>2020-04-13 08:59:27 -0700
commitc13564dfa143310edd7c160a75898af86def24be (patch)
tree4512e51da0172c15a7ab378e8839f39e5a07a3b2 /src
parent57d797e286406eaf46b053b2c75c2c4766b20642 (diff)
Fixed erroneous inheritance
Diffstat (limited to 'src')
-rwxr-xr-xsrc/Metadata.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Metadata.h b/src/Metadata.h
index 78c3445..ab11034 100755
--- a/src/Metadata.h
+++ b/src/Metadata.h
@@ -1298,7 +1298,7 @@ namespace ASDCP
};
//
- class IABEssenceDescriptor : public FileDescriptor
+ class IABEssenceDescriptor : public GenericSoundEssenceDescriptor
{
IABEssenceDescriptor();