Browse Source

Adapter.hxx: be explicit about global namespace usage (pEpEngine)

pull/8/head
heck 4 years ago
parent
commit
a38ac80bf3
  1. 4
      src/Adapter.hxx

4
src/Adapter.hxx

@ -74,8 +74,8 @@ namespace pEp {
template<class T>
void startup(
messageToSend_t messageToSend,
notifyHandshake_t notifyHandshake,
::messageToSend_t messageToSend,
::notifyHandshake_t notifyHandshake,
T *obj,
function<void(T *)> _startup,
function<void(T *)> _shutdown)

Loading…
Cancel
Save