diff options
Diffstat (limited to '')
-rw-r--r-- | vmime/generatedMessageAttachment.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vmime/generatedMessageAttachment.hpp b/vmime/generatedMessageAttachment.hpp index c62cdf58..f0443d38 100644 --- a/vmime/generatedMessageAttachment.hpp +++ b/vmime/generatedMessageAttachment.hpp @@ -60,7 +60,7 @@ public: protected: - void generateIn(bodyPart& parent) const; + void generateIn(ref <bodyPart> parent) const; private: |