From c430b75e370a21a17f80d4ba3acd84111828a462 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 26 Sep 2013 20:08:44 +0300 Subject: add const for methods return values. --- src/configuration.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/configuration.h') diff --git a/src/configuration.h b/src/configuration.h index 85e55d14a..3210958bb 100644 --- a/src/configuration.h +++ b/src/configuration.h @@ -319,7 +319,7 @@ class Configuration final : public ConfigurationObject bool resetBoolValue(const std::string &key); - const std::string getConfigPath() const A_WARN_UNUSED + const std::string &getConfigPath() const A_WARN_UNUSED { return mConfigPath; } /** -- cgit v1.2.3-60-g2f50