o Added optional Generic Partition to IMF Aux Data prototype, used to carry global...
[asdcplib.git] / src / h__02_Reader.cpp
index 9e07f72c75adf6fee2f9010563a68fd33aa19881..25a82e0e1c7c7c6708c5be760acb5098750f3a75 100644 (file)
@@ -399,7 +399,7 @@ AS_02::h__AS02Reader::~h__AS02Reader() {}
 
 // AS-DCP method of opening an MXF file for read
 Result_t
-AS_02::h__AS02Reader::OpenMXFRead(const char* filename)
+AS_02::h__AS02Reader::OpenMXFRead(const std::string& filename)
 {
   bool has_header_essence = false;
   Result_t result = ASDCP::MXF::TrackFileReader<OP1aHeader, AS_02::MXF::AS02IndexReader>::OpenMXFRead(filename);