o Moved personal dev environment from older gcc to newer clang. Many small changes...
[asdcplib.git] / src / MXF.h
index 6041772a08c7abbd5e6ddbc20d7f6c61b18e3ad7..391e0cc5826bafb0bd16364790a06ae471ede56a 100755 (executable)
--- a/src/MXF.h
+++ b/src/MXF.h
@@ -1,5 +1,5 @@
 /*
-Copyright (c) 2005-2014, John Hurst
+Copyright (c) 2005-2015, John Hurst
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
@@ -99,7 +99,7 @@ namespace ASDCP
            };
 
          const Dictionary*& m_Dict;
-         Array<Pair> PairArray;
+         HeadlessArray<Pair> PairArray;
 
        RIP(const Dictionary*& d) : m_Dict(d) {}
          virtual ~RIP() {}