From c09088f522dc6344978ceb2c131b977f0140eecd Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Fri, 8 Apr 2022 20:08:00 +0100 Subject: Add missing override --- netfs/unittests/testLib.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netfs/unittests/testLib.cpp b/netfs/unittests/testLib.cpp index 7c41340..9ff3c5e 100644 --- a/netfs/unittests/testLib.cpp +++ b/netfs/unittests/testLib.cpp @@ -15,7 +15,7 @@ struct TestEntry { struct TestEntCache : public EntCache { void - fillCache() const noexcept + fillCache() const noexcept override { idcache->insert(std::make_shared(1, "user1")); idcache->insert(std::make_shared(2, "user2")); -- cgit v1.2.3