diff options
Diffstat (limited to '')
-rw-r--r-- | vmime/defaultAttachment.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vmime/defaultAttachment.hpp b/vmime/defaultAttachment.hpp index 4e54c75f..bfa72377 100644 --- a/vmime/defaultAttachment.hpp +++ b/vmime/defaultAttachment.hpp @@ -74,11 +74,11 @@ protected: private: // No need to override "generateIn", use "generatePart" instead (see below). - void generateIn(bodyPart& parent) const; + void generateIn(ref <bodyPart> parent) const; protected: - virtual void generatePart(bodyPart& part) const; + virtual void generatePart(ref <bodyPart> part) const; }; |