1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-04 10:19:33 +02:00

XHTMLImageFinder used in OEBBookReader

This commit is contained in:
Nikolay Pultsin 2012-05-10 14:21:21 +01:00
parent 67f2922418
commit 5e68f8602f
14 changed files with 28 additions and 25 deletions

View file

@ -89,6 +89,6 @@ const std::string &FormatPlugin::tryOpen(const ZLFile&) const {
return EMPTY;
}
shared_ptr<ZLImage> FormatPlugin::coverImage(const ZLFile &file) const {
shared_ptr<const ZLImage> FormatPlugin::coverImage(const ZLFile &file) const {
return 0;
}