aboutsummaryrefslogtreecommitdiffstats
path: root/vmime/dateTime.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'vmime/dateTime.hpp')
-rw-r--r--vmime/dateTime.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/vmime/dateTime.hpp b/vmime/dateTime.hpp
index 1d25124a..8a596f02 100644
--- a/vmime/dateTime.hpp
+++ b/vmime/dateTime.hpp
@@ -224,7 +224,7 @@ public:
void copyFrom(const component& other);
- ref <component> clone() const;
+ shared_ptr <component> clone() const;
// Comparison
bool operator==(const datetime& other) const;
@@ -237,7 +237,7 @@ public:
// Current date and time
static const datetime now();
- const std::vector <ref <component> > getChildComponents();
+ const std::vector <shared_ptr <component> > getChildComponents();
protected: