mirror of
https://github.com/kiwix/libkiwix.git
synced 2025-06-26 10:11:30 +00:00
Move the dump of the library into library.xml in a specific class.
The same way the dump into a opds feed is in a specific class.
This commit is contained in:
@ -52,7 +52,6 @@ class Library
|
||||
Library();
|
||||
~Library();
|
||||
|
||||
std::string version;
|
||||
/**
|
||||
* Add a book to the library.
|
||||
*
|
||||
@ -163,6 +162,7 @@ class Library
|
||||
size_t maxSize = 0);
|
||||
|
||||
friend class OPDSDumper;
|
||||
friend class libXMLDumper;
|
||||
};
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user