diff options
Diffstat (limited to 'vmime/contentHandler.hpp')
-rw-r--r-- | vmime/contentHandler.hpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/vmime/contentHandler.hpp b/vmime/contentHandler.hpp index ae20e892..5ae9e02b 100644 --- a/vmime/contentHandler.hpp +++ b/vmime/contentHandler.hpp @@ -29,7 +29,6 @@ #include "vmime/base.hpp" #include "vmime/utility/stringProxy.hpp" -#include "vmime/utility/smartPtr.hpp" #include "vmime/utility/progressListener.hpp" #include "vmime/encoding.hpp" #include "vmime/mediaType.hpp" @@ -53,7 +52,7 @@ public: * * @return copy of this object */ - virtual ref <contentHandler> clone() const = 0; + virtual shared_ptr <contentHandler> clone() const = 0; /** Output the contents into the specified stream. Data will be * encoded before being written into the stream. This is used internally |