Library: add missing 'case' to a 'switch'

This commit is contained in:
François Gannaz 2019-04-01 11:02:53 +02:00
parent 11c99efa30
commit f351e41fa0

View File

@ -259,6 +259,8 @@ void YACReaderNavigationController::loadIndexFromHistory(const YACReaderLibraryS
loadListInfo(sourceMI); loadListInfo(sourceMI);
break; break;
} }
case YACReaderLibrarySourceContainer::None:
break;
} }
} }