diff options
Diffstat (limited to '')
-rw-r--r-- | src/bodyPartAttachment.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bodyPartAttachment.cpp b/src/bodyPartAttachment.cpp index 9780aeff..0156ab61 100644 --- a/src/bodyPartAttachment.cpp +++ b/src/bodyPartAttachment.cpp @@ -153,7 +153,7 @@ ref <const contentTypeField> bodyPartAttachment::getContentType() const } -void bodyPartAttachment::generateIn(bodyPart& /* parent */) const +void bodyPartAttachment::generateIn(ref <bodyPart> /* parent */) const { // Not used } |