From 02f61236467452bc303888108d50efa60b34b490 Mon Sep 17 00:00:00 2001 From: Roker Date: Mon, 17 Dec 2018 18:20:20 +0100 Subject: [PATCH] LAS-2 I hope that default template argument would make modern clang++ happy. --- Adapter.hh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Adapter.hh b/Adapter.hh index 90a7b5a..745a457 100644 --- a/Adapter.hh +++ b/Adapter.hh @@ -22,7 +22,8 @@ namespace pEp { }; namespace Adapter { - template void startup( + template + void startup( messageToSend_t messageToSend, notifyHandshake_t notifyHandshake, T *obj = nullptr,