From 177ca9505775df4f6b790408d0b4d9370cae4fb7 Mon Sep 17 00:00:00 2001 From: Volker Birk Date: Wed, 1 Jul 2020 11:23:39 +0200 Subject: [PATCH] ... --- callback_dispatcher.cc | 2 +- callback_dispatcher.hh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/callback_dispatcher.cc b/callback_dispatcher.cc index c90cf0f..16b066f 100644 --- a/callback_dispatcher.cc +++ b/callback_dispatcher.cc @@ -2,7 +2,7 @@ #include #include -pEp::CallbackDispatcher callback_dispatcher; +pEp::CallbackDispatcher pEp::callback_dispatcher; namespace pEp { bool CallbackDispatcher::once = true; diff --git a/callback_dispatcher.hh b/callback_dispatcher.hh index f858403..785eec9 100644 --- a/callback_dispatcher.hh +++ b/callback_dispatcher.hh @@ -50,6 +50,6 @@ namespace pEp { ::pEp_identity *partner, ::sync_handshake_signal signal); }; + extern CallbackDispatcher callback_dispatcher; }; -extern pEp::CallbackDispatcher callback_dispatcher;