Browse Source

GroupManagerInterfaces: no virtual destructor, i think

LIB-11
heck 4 years ago
parent
commit
50b296b0b5
  1. 4
      src/grp_manager_interface.hh

4
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:
};

Loading…
Cancel
Save