mirror of
https://github.com/kiwix/libkiwix.git
synced 2025-06-26 10:11:30 +00:00
Ensure that the root is correctly formatted.
This commit is contained in:
@ -50,7 +50,7 @@ namespace kiwix
|
||||
*/
|
||||
void stop();
|
||||
|
||||
void set_root(const std::string& root) { m_root = root; }
|
||||
void set_root(const std::string& root);
|
||||
void set_addr(const std::string& addr) { m_addr = addr; }
|
||||
void set_port(int port) { m_port = port; }
|
||||
void set_nbThreads(int threads) { m_nbThreads = threads; }
|
||||
|
Reference in New Issue
Block a user