From a56cfd1f42663856e346a26cbad401aec07bed91 Mon Sep 17 00:00:00 2001 From: peterbell10 Date: Thu, 20 Jul 2017 12:19:18 +0100 Subject: Remove smart pointer macros --- src/PolarSSL++/CtrDrbgContext.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/PolarSSL++/CtrDrbgContext.cpp') diff --git a/src/PolarSSL++/CtrDrbgContext.cpp b/src/PolarSSL++/CtrDrbgContext.cpp index daacc70cc..c2243db38 100644 --- a/src/PolarSSL++/CtrDrbgContext.cpp +++ b/src/PolarSSL++/CtrDrbgContext.cpp @@ -21,7 +21,7 @@ cCtrDrbgContext::cCtrDrbgContext(void) : -cCtrDrbgContext::cCtrDrbgContext(const SharedPtr & a_EntropyContext) : +cCtrDrbgContext::cCtrDrbgContext(const std::shared_ptr & a_EntropyContext) : m_EntropyContext(a_EntropyContext), m_IsValid(false) { -- cgit v1.2.3