mirror of
https://github.com/kiwix/libkiwix.git
synced 2025-06-26 10:11:30 +00:00
Book::Illustration::getData()
This commit is contained in:
@ -42,10 +42,16 @@ class Reader;
|
||||
class Book
|
||||
{
|
||||
public: // types
|
||||
struct Illustration
|
||||
class Illustration
|
||||
{
|
||||
friend class Book;
|
||||
public:
|
||||
std::string mimeType;
|
||||
std::string url;
|
||||
|
||||
const std::string& getData() const;
|
||||
|
||||
private:
|
||||
mutable std::string data;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user