mirror of
https://github.com/YACReader/yacreader
synced 2025-11-14 14:02:45 -05:00
Library: add missing 'case' to a 'switch'
This commit is contained in:
@ -259,6 +259,8 @@ void YACReaderNavigationController::loadIndexFromHistory(const YACReaderLibraryS
|
||||
loadListInfo(sourceMI);
|
||||
break;
|
||||
}
|
||||
case YACReaderLibrarySourceContainer::None:
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user