mirror of
https://github.com/kiwix/libkiwix.git
synced 2026-05-05 05:23:30 -04:00
Book::Illustration got dimensions
This commit is contained in:
@@ -48,6 +48,8 @@ class Book
|
||||
{
|
||||
friend class Book;
|
||||
public:
|
||||
uint16_t width = 48;
|
||||
uint16_t height = 48;
|
||||
std::string mimeType;
|
||||
std::string url;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user