From a74d7cf8b611cc9648f3caa628db3a7898aaa3d4 Mon Sep 17 00:00:00 2001 From: Volker Birk Date: Thu, 18 Oct 2018 15:22:45 +0200 Subject: [PATCH] ... --- Adapter.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Adapter.cc b/Adapter.cc index 3d18983..88d1e4b 100644 --- a/Adapter.cc +++ b/Adapter.cc @@ -39,7 +39,7 @@ namespace pEp { ::utility::locked_queue< SYNC_EVENT > q; std::mutex m; - static int _inject_sync_event(SYNC_EVENT ev, void *management) + int _inject_sync_event(SYNC_EVENT ev, void *management) { if (is_sync_thread(session())) { PEP_STATUS status = do_sync_protocol_step(session(), nullptr, ev);