diff --git a/matroska/matroskacontainer.cpp b/matroska/matroskacontainer.cpp index 3c3762f..ee40c15 100644 --- a/matroska/matroskacontainer.cpp +++ b/matroska/matroskacontainer.cpp @@ -822,6 +822,7 @@ struct SegmentData { , sizeDenotationLength(0) { } + SegmentData(SegmentData&&) = default; /// \brief whether CRC-32 checksum is present bool hasCrc32;