diff options
| author | Vincent Richard <[email protected]> | 2006-07-14 08:28:35 +0000 |
|---|---|---|
| committer | Vincent Richard <[email protected]> | 2006-07-14 08:28:35 +0000 |
| commit | 27840a441d2cc1c99eabe08a1d0a9f561540ce43 (patch) | |
| tree | c4313edc758374995c26f26298a05414ea7dd5e6 /src/bodyPartAttachment.cpp | |
| parent | Fixed bugs in MHTML code + unit tests. (diff) | |
| download | vmime-27840a441d2cc1c99eabe08a1d0a9f561540ce43.tar.gz vmime-27840a441d2cc1c99eabe08a1d0a9f561540ce43.zip | |
Replaced & with ref<> + clean up.
Diffstat (limited to 'src/bodyPartAttachment.cpp')
| -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 } |
