From a38ac80bf39670080996a85d091ef5efcb06b096 Mon Sep 17 00:00:00 2001 From: heck Date: Fri, 26 Mar 2021 18:56:38 +0100 Subject: [PATCH] Adapter.hxx: be explicit about global namespace usage (pEpEngine) --- src/Adapter.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Adapter.hxx b/src/Adapter.hxx index 30cfce5..71881a9 100644 --- a/src/Adapter.hxx +++ b/src/Adapter.hxx @@ -74,8 +74,8 @@ namespace pEp { template void startup( - messageToSend_t messageToSend, - notifyHandshake_t notifyHandshake, + ::messageToSend_t messageToSend, + ::notifyHandshake_t notifyHandshake, T *obj, function _startup, function _shutdown)