diff --git a/matroska/matroskachapter.cpp b/matroska/matroskachapter.cpp index 6b61d9f..fee75ad 100644 --- a/matroska/matroskachapter.cpp +++ b/matroska/matroskachapter.cpp @@ -112,6 +112,7 @@ void MatroskaChapter::internalParse(Diagnostics &diag) break; case MatroskaIds::ChapterAtom: m_nestedChapters.emplace_back(make_unique(chapterAtomChild)); + break; default: diag.emplace_back(DiagLevel::Warning, "\"ChapterAtom\"-element contains unknown child element \"" % chapterAtomChild->idToString() + "\". It will be ignored.", context);