diff options
| author | mikey <mikey@cinecert.com> | 2013-06-03 21:33:32 +0000 |
|---|---|---|
| committer | mikey <> | 2013-06-03 21:33:32 +0000 |
| commit | de10f4a1f35fce05226b267baf6622e67e3d4c83 (patch) | |
| tree | db3f13e818eb19bb6ac41b04f842c398c6bb1b8a /src/AS_02.h | |
| parent | 25b162e106470d59bfbe57957c5855a6d1eb9260 (diff) | |
fixing reserved symbol conflict with AS_02_USE (USE_AS_02)
Diffstat (limited to 'src/AS_02.h')
| -rw-r--r-- | src/AS_02.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/AS_02.h b/src/AS_02.h index ff1bfc3..dc6fc61 100644 --- a/src/AS_02.h +++ b/src/AS_02.h @@ -68,7 +68,7 @@ namespace AS_02 using Kumu::Result_t; namespace MXF { -#if 1 +#if 0 // class OP1aIndexBodyPartion : public ASDCP::MXF::Partition { |
