diff --git a/test/CallMocks.h b/test/CallMocks.h index 55b2e49..633d13a 100644 --- a/test/CallMocks.h +++ b/test/CallMocks.h @@ -211,6 +211,8 @@ namespace mock throwOnNextCopy = false; } + ConditionalThrowOnCopyDeleter& operator=(const ConditionalThrowOnCopyDeleter&) = delete; + MAKE_CONST_MOCK1(deleter, void(Handle)); void operator()(Handle h) const