mirror of
https://github.com/kiwix/libkiwix.git
synced 2025-06-26 10:11:30 +00:00
Book's illustrations are now immutable
This commit is contained in:
@ -142,7 +142,7 @@ class Book
|
||||
uint64_t m_mediaCount = 0;
|
||||
bool m_readOnly = false;
|
||||
uint64_t m_size = 0;
|
||||
std::vector<std::shared_ptr<Illustration>> m_illustrations;
|
||||
std::vector<std::shared_ptr<const Illustration>> m_illustrations;
|
||||
|
||||
// Used as the return value of getDefaultIllustration() when no default
|
||||
// illustration is found in the book
|
||||
|
Reference in New Issue
Block a user