From 2188db04420cb3dd810b33c4953d49e9041fc694 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Lanzend=C3=B6rfer?= Date: Sat, 25 Dec 2021 02:48:40 +0000 Subject: [PATCH] Namespace Explicitely make top level namespace so that the type is being found --- src/Adapter.hh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Adapter.hh b/src/Adapter.hh index f394010..286ac36 100644 --- a/src/Adapter.hh +++ b/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>; + using SessionPtr = std::unique_ptr<_pEpSession, std::function>; SessionPtr _session = nullptr; }; @@ -148,4 +148,4 @@ namespace pEp { #include "Adapter.hxx" -#endif // LIBPEPADAPTER_ADAPTER_HH \ No newline at end of file +#endif // LIBPEPADAPTER_ADAPTER_HH