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)