Browse Source

remove unnecessary vtable

LPA-1
Volker Birk 7 years ago
parent
commit
20e02ec6ad
  1. 2
      Adapter.hh

2
Adapter.hh

@ -18,7 +18,7 @@ namespace pEp {
public:
Adapter(messageToSend_t messageToSend,
notifyHandshake_t notifyHandshake, void *obj = nullptr);
virtual ~Adapter() { }
~Adapter() { }
enum session_action {
init,

Loading…
Cancel
Save