summaryrefslogtreecommitdiffstats
path: root/memfilepersistence/src/tests/device/partitionmonitortest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'memfilepersistence/src/tests/device/partitionmonitortest.cpp')
-rw-r--r--memfilepersistence/src/tests/device/partitionmonitortest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/memfilepersistence/src/tests/device/partitionmonitortest.cpp b/memfilepersistence/src/tests/device/partitionmonitortest.cpp
index faa8451e4d1..44f3752d840 100644
--- a/memfilepersistence/src/tests/device/partitionmonitortest.cpp
+++ b/memfilepersistence/src/tests/device/partitionmonitortest.cpp
@@ -56,7 +56,7 @@ struct FakeStatter : public PartitionMonitor::Statter {
_info.f_bfree -= (size / _info.f_bsize);
}
- virtual void statFileSystem(const std::string&, struct statvfs& info) {
+ virtual void statFileSystem(const std::string&, struct statvfs& info) override {
info = _info;
}
};