From 0c863b2e2cc7f5be6baa918c8fffb0ee44c02cc7 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 18 Feb 2015 13:20:34 +0300 Subject: Add missing override keywords. --- src/configuration.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/configuration.h') diff --git a/src/configuration.h b/src/configuration.h index a89d67ea2..83a446f4e 100644 --- a/src/configuration.h +++ b/src/configuration.h @@ -290,7 +290,8 @@ class Configuration final : public ConfigurationObject const unsigned line); #endif - void setValue(const std::string &key, const std::string &value); + void setValue(const std::string &key, + const std::string &value) override; void incValue(const std::string &key); -- cgit v1.2.3-70-g09d2