Use camelCase.

This commit is contained in:
Matthieu Gautier
2019-08-10 20:29:30 +02:00
parent 635d4438e5
commit cd050ddcc8
2 changed files with 7 additions and 7 deletions

View File

@@ -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] != '/') {