diff options
Diffstat (limited to 'vmime/relay.hpp')
| -rw-r--r-- | vmime/relay.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vmime/relay.hpp b/vmime/relay.hpp index f778a0bc..62ed5bf0 100644 --- a/vmime/relay.hpp +++ b/vmime/relay.hpp @@ -47,11 +47,11 @@ public: public: - ref <component> clone() const; + shared_ptr <component> clone() const; void copyFrom(const component& other); relay& operator=(const relay& other); - const std::vector <ref <component> > getChildComponents(); + const std::vector <shared_ptr <component> > getChildComponents(); const string& getFrom() const; void setFrom(const string& from); |
