From 50b296b0b5f72e9585bad88c330dbd2c8b549313 Mon Sep 17 00:00:00 2001 From: heck Date: Thu, 3 Jun 2021 23:47:51 +0200 Subject: [PATCH] GroupManagerInterfaces: no virtual destructor, i think --- src/grp_manager_interface.hh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/grp_manager_interface.hh b/src/grp_manager_interface.hh index 8f21654..61349cc 100644 --- a/src/grp_manager_interface.hh +++ b/src/grp_manager_interface.hh @@ -31,8 +31,6 @@ namespace pEp { ::pEp_identity *group_identity, ::pEp_identity *group_member) noexcept = 0; - virtual ~GroupUpdateInterface() = 0; - private: }; @@ -52,8 +50,6 @@ namespace pEp { const ::pEp_identity *const group, ::identity_list **members) noexcept = 0; - virtual ~GroupQueryInterface() = 0; - private: };