diff options
| author | msheby <msheby@cinecert.com> | 2007-10-25 18:44:45 +0000 |
|---|---|---|
| committer | msheby <> | 2007-10-25 18:44:45 +0000 |
| commit | deadc1bf01e8bc68905c7d33578ffb77b8317c8f (patch) | |
| tree | e23733b29ffed1a996599c00a3c74490dcff3a3d /src/MXF.cpp | |
| parent | c5e3e4e83032b790c62bd55795a20dd912010c9f (diff) | |
Win32 portability fixes
Diffstat (limited to 'src/MXF.cpp')
| -rwxr-xr-x | src/MXF.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/MXF.cpp b/src/MXF.cpp index be5e58f..be8f031 100755 --- a/src/MXF.cpp +++ b/src/MXF.cpp @@ -1070,7 +1070,7 @@ ASDCP::MXF::OPAtomIndexFooter::Dump(FILE* stream) // ASDCP::Result_t -ASDCP::MXF::OPAtomIndexFooter::Lookup(ui32_t frame_num, IndexTableSegment::IndexEntry& Entry) +ASDCP::MXF::OPAtomIndexFooter::Lookup(ui32_t frame_num, IndexTableSegment::IndexEntry& Entry) const { std::list<InterchangeObject*>::iterator li; for ( li = m_PacketList->m_List.begin(); li != m_PacketList->m_List.end(); li++ ) |
