aboutsummaryrefslogtreecommitdiffstats
path: root/src/textPartFactory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/textPartFactory.cpp')
-rw-r--r--src/textPartFactory.cpp2
1 files changed, 1 insertions, 1 deletions
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 <textPart> textPartFactory::create(const mediaType& type)
+shared_ptr <textPart> textPartFactory::create(const mediaType& type)
{
for (MapType::const_iterator it = m_map.begin() ;
it != m_map.end() ; ++it)