mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 13:04:28 -04:00
Use auto to avoid duplicating the type name
This commit is contained in:
@ -550,7 +550,7 @@ void ThumbnailCreator::create()
|
||||
return;
|
||||
}
|
||||
#elif defined USE_PDFIUM
|
||||
PdfiumComic *pdfComic = new PdfiumComic();
|
||||
auto pdfComic = new PdfiumComic();
|
||||
if (!pdfComic->openComic(_fileSource)) {
|
||||
delete pdfComic;
|
||||
return;
|
||||
|
Reference in New Issue
Block a user