X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2FMXFTypes.h;h=fe03495faa3b7ea97c20bba349a076aa6adedc1c;hb=23f5d8c9bae5c51cfa084a006a6f589cf97ae001;hp=20d12da9ec4679b563e85f6fb8c27beab6d75994;hpb=7827a7e7572601440568788cb028ee883498fa15;p=asdcplib.git diff --git a/src/MXFTypes.h b/src/MXFTypes.h index 20d12da..fe03495 100755 --- a/src/MXFTypes.h +++ b/src/MXFTypes.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2005-2006, John Hurst +Copyright (c) 2005-2009, John Hurst All rights reserved. Redistribution and use in source and binary forms, with or without @@ -41,9 +41,9 @@ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // used with TLVReader::Read* // // these are used below to manufacture arguments -#define OBJ_READ_ARGS(s,l) Dict::Type(MDD_##s##_##l), &l -#define OBJ_WRITE_ARGS(s,l) Dict::Type(MDD_##s##_##l), &l -#define OBJ_TYPE_ARGS(t) Dict::Type(MDD_##t).ul +#define OBJ_READ_ARGS(s,l) m_Dict->Type(MDD_##s##_##l), &l +#define OBJ_WRITE_ARGS(s,l) m_Dict->Type(MDD_##s##_##l), &l +#define OBJ_TYPE_ARGS(t) m_Dict->Type(MDD_##t).ul namespace ASDCP