aboutsummaryrefslogtreecommitdiffstats
path: root/storage/src/tests/distributor/mapbucketdatabasetest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'storage/src/tests/distributor/mapbucketdatabasetest.cpp')
-rw-r--r--storage/src/tests/distributor/mapbucketdatabasetest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/src/tests/distributor/mapbucketdatabasetest.cpp b/storage/src/tests/distributor/mapbucketdatabasetest.cpp
index fbc13d5a8a2..6892f522bba 100644
--- a/storage/src/tests/distributor/mapbucketdatabasetest.cpp
+++ b/storage/src/tests/distributor/mapbucketdatabasetest.cpp
@@ -13,7 +13,7 @@ namespace distributor {
struct MapBucketDatabaseTest : public BucketDatabaseTest {
MapBucketDatabase _db;
- virtual BucketDatabase& db() { return _db; };
+ virtual BucketDatabase& db() override { return _db; }
CPPUNIT_TEST_SUITE(MapBucketDatabaseTest);
SETUP_DATABASE_TESTS();