mirror of
https://github.com/YACReader/yacreader
synced 2025-11-14 22:12:53 -05: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