Browse Source

Namespace

Explicitely make top level namespace so that the type is being found
pull/10/head
David Lanzendörfer 4 years ago
parent
commit
2188db0442
  1. 4
      src/Adapter.hh

4
src/Adapter.hh

@ -126,7 +126,7 @@ namespace pEp {
SyncModes sync_mode,
bool adapter_manages_sync_thread);
using SessionPtr = std::unique_ptr<_pEpSession, std::function<void(PEP_SESSION)>>;
using SessionPtr = std::unique_ptr<_pEpSession, std::function<void(::PEP_SESSION)>>;
SessionPtr _session = nullptr;
};
@ -148,4 +148,4 @@ namespace pEp {
#include "Adapter.hxx"
#endif // LIBPEPADAPTER_ADAPTER_HH
#endif // LIBPEPADAPTER_ADAPTER_HH

Loading…
Cancel
Save