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. --- src/textPartFactory.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/textPartFactory.cpp') diff --git a/src/textPartFactory.cpp b/src/textPartFactory.cpp index baad6292..85fea6e4 100644 --- a/src/textPartFactory.cpp +++ b/src/textPartFactory.cpp @@ -53,7 +53,7 @@ textPartFactory* textPartFactory::getInstance() } -ref textPartFactory::create(const mediaType& type) +shared_ptr textPartFactory::create(const mediaType& type) { for (MapType::const_iterator it = m_map.begin() ; it != m_map.end() ; ++it) -- cgit v1.2.3