From 9ab7e3db468572852cea0e3ac8f616669e4837da Mon Sep 17 00:00:00 2001 From: kishorenc Date: Sun, 13 Oct 2019 12:55:23 +0530 Subject: [PATCH] Add more consts. --- include/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/config.h b/include/config.h index 80e1cc2b..7d87e34f 100644 --- a/include/config.h +++ b/include/config.h @@ -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; }