From f9913fa28a27f23fde2d4956c62cbb2fb2bc2ee8 Mon Sep 17 00:00:00 2001 From: Vincent Richard Date: Thu, 21 Nov 2013 22:16:57 +0100 Subject: Boost/C++11 shared pointers. --- tests/testUtils.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/testUtils.cpp') diff --git a/tests/testUtils.cpp b/tests/testUtils.cpp index 93cb9e38..c22649e6 100644 --- a/tests/testUtils.cpp +++ b/tests/testUtils.cpp @@ -243,9 +243,9 @@ bool testTimeoutHandler::handleTimeOut() // testTimeoutHandlerFactory : public vmime::net::timeoutHandlerFactory -vmime::ref testTimeoutHandlerFactory::create() +vmime::shared_ptr testTimeoutHandlerFactory::create() { - return vmime::create (); + return vmime::make_shared (); } -- cgit v1.2.3