diff options
Diffstat (limited to 'vmime/mdn/MDNInfos.hpp')
-rw-r--r-- | vmime/mdn/MDNInfos.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vmime/mdn/MDNInfos.hpp b/vmime/mdn/MDNInfos.hpp index d77a0306..030aa23e 100644 --- a/vmime/mdn/MDNInfos.hpp +++ b/vmime/mdn/MDNInfos.hpp @@ -47,7 +47,7 @@ public: * * @return related message */ - virtual const ref <const message> getMessage() const = 0; + virtual const shared_ptr <const message> getMessage() const = 0; }; |