Add more consts.

This commit is contained in:
kishorenc 2019-10-13 12:55:23 +05:30
parent 0a6f8947f3
commit 9ab7e3db46

View File

@ -89,7 +89,7 @@ public:
return this->data_dir;
}
std::string get_log_dir() {
std::string get_log_dir() const {
return this->log_dir;
}
@ -121,7 +121,7 @@ public:
return this->ssl_certificate_key;
}
std::string get_config_file() {
std::string get_config_file() const {
return config_file;
}