summaryrefslogtreecommitdiffstats
path: root/storage
diff options
context:
space:
mode:
authorArne H Juul <arnej@yahoo-inc.com>2017-04-11 11:45:17 +0200
committerArne H Juul <arnej@yahoo-inc.com>2017-04-11 11:45:17 +0200
commited4cf3816ee6c5b66b5600f41fe264ac93086ed4 (patch)
tree0263ffd91c9910b4571bc7c6e19cee72b0067c55 /storage
parentf14c5a0ca48e13ac2b92e505a80823d9549d614b (diff)
add override in storage/bucketmover module
Diffstat (limited to 'storage')
-rw-r--r--storage/src/vespa/storage/bucketmover/run.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/storage/src/vespa/storage/bucketmover/run.h b/storage/src/vespa/storage/bucketmover/run.h
index 292b18f63a5..a626960eec7 100644
--- a/storage/src/vespa/storage/bucketmover/run.h
+++ b/storage/src/vespa/storage/bucketmover/run.h
@@ -92,8 +92,7 @@ public:
RunStatistics& getStatistics() { return _statistics; }
const RunStatistics& getStatistics() const { return _statistics; }
- virtual void print(std::ostream&, bool verbose,
- const std::string& indent) const;
+ virtual void print(std::ostream&, bool verbose, const std::string& indent) const override;
private:
void removePending(Move&);
void finalize();