aboutsummaryrefslogtreecommitdiffstats
path: root/vmime/attachment.hpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--vmime/attachment.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/vmime/attachment.hpp b/vmime/attachment.hpp
index 67bab8d0..527a2171 100644
--- a/vmime/attachment.hpp
+++ b/vmime/attachment.hpp
@@ -108,7 +108,7 @@ protected:
*
* @param parent body part in which to generate the attachment
*/
- virtual void generateIn(bodyPart& parent) const = 0;
+ virtual void generateIn(ref <bodyPart> parent) const = 0;
};