aboutsummaryrefslogtreecommitdiffstats
path: root/storage
diff options
context:
space:
mode:
authorArne H Juul <arnej@yahoo-inc.com>2017-04-11 11:45:18 +0200
committerArne H Juul <arnej@yahoo-inc.com>2017-04-11 11:45:18 +0200
commit6c74ff47fcaa7d19aba4257f5933490207edb1ba (patch)
treeaed5ee0d699fde7daed0c2d4acea2aba6308ad8f /storage
parent7b4b6b7a966658ff9efefe09b80be02eb0a27682 (diff)
add override in storage/config module
Diffstat (limited to 'storage')
-rw-r--r--storage/src/vespa/storage/config/distributorconfiguration.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/src/vespa/storage/config/distributorconfiguration.cpp b/storage/src/vespa/storage/config/distributorconfiguration.cpp
index 623312a8049..a5ce431d224 100644
--- a/storage/src/vespa/storage/config/distributorconfiguration.cpp
+++ b/storage/src/vespa/storage/config/distributorconfiguration.cpp
@@ -45,7 +45,7 @@ public:
TimeVisitor() : hasCurrentTime(false) {}
- void visitCurrentTimeValueNode(const document::select::CurrentTimeValueNode&) {
+ void visitCurrentTimeValueNode(const document::select::CurrentTimeValueNode&) override {
hasCurrentTime = true;
}
};