mirror of
https://github.com/kiwix/libkiwix.git
synced 2026-02-19 07:34:10 -05:00
Use camelCase.
This commit is contained in:
@@ -165,7 +165,7 @@ void Server::stop() {
|
||||
mp_server.reset(nullptr);
|
||||
}
|
||||
|
||||
void Server::set_root(const std::string& root)
|
||||
void Server::setRoot(const std::string& root)
|
||||
{
|
||||
m_root = root;
|
||||
if (m_root[0] != '/') {
|
||||
|
||||
Reference in New Issue
Block a user