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:
parent
67f2922418
commit
5e68f8602f
14 changed files with 28 additions and 25 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue