From 0d97553a5e1d91edfc325f1d9f5cf8c8bdd6a496 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sat, 16 Aug 2025 16:29:06 +0100 Subject: Fix-up all the clang-tidy warnings --- unittests/mockDefs.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'unittests/mockDefs.h') diff --git a/unittests/mockDefs.h b/unittests/mockDefs.h index 9efe187..9fa3ab7 100644 --- a/unittests/mockDefs.h +++ b/unittests/mockDefs.h @@ -1,6 +1,7 @@ #ifndef GITFS_TEST_MOCKDEFS_H #define GITFS_TEST_MOCKDEFS_H +#include #include #include #include @@ -19,10 +20,12 @@ namespace GitFS::Test { const NetFS::ServicePrxPtr s; }; + class DLL_PUBLIC VolumeClient : public Client { public: VolumeClient(); - ~VolumeClient(); + ~VolumeClient() override; + SPECIAL_MEMBERS_DELETE(VolumeClient); const NetFS::ReqEnv env; const NetFS::VolumePrxPtr v; -- cgit v1.2.3