summaryrefslogtreecommitdiff
path: root/src/h__02_Reader.cpp
diff options
context:
space:
mode:
authormsheby <msheby@cinecert.com>2013-06-26 19:29:30 +0000
committermsheby <>2013-06-26 19:29:30 +0000
commit66944298af1e72b4e517787a3cc644628511b1c1 (patch)
treee7fd52e5d430685cca556c177bb551daac0a12ce /src/h__02_Reader.cpp
parentc249d22d055af7f19be95860a6623c0d64c914f0 (diff)
in AS02-land, don't twice-over instantiate objects declared already in AS_DCP_internal
Diffstat (limited to 'src/h__02_Reader.cpp')
-rw-r--r--src/h__02_Reader.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/h__02_Reader.cpp b/src/h__02_Reader.cpp
index 3d385ec..a433026 100644
--- a/src/h__02_Reader.cpp
+++ b/src/h__02_Reader.cpp
@@ -31,7 +31,7 @@ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
\brief MXF file reader base class
*/
-#define DEFAULT_MD_DECL
+#define DEFAULT_02_MD_DECL
#include "AS_02_internal.h"
using namespace ASDCP;