diff --git a/matroska/matroskacues.h b/matroska/matroskacues.h index 0e59947..91c61e6 100644 --- a/matroska/matroskacues.h +++ b/matroska/matroskacues.h @@ -3,7 +3,7 @@ #include "./ebmlelement.h" -#include +#include #include namespace Media { @@ -77,9 +77,9 @@ private: bool updateSize(EbmlElement *element, int shift); EbmlElement *m_cuesElement; - std::map m_offsets; - std::map m_relativeOffsets; - std::map m_sizes; + std::unordered_map m_offsets; + std::unordered_map m_relativeOffsets; + std::unordered_map m_sizes; }; /*!