aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/rfc822/MCAttachment.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/rfc822/MCAttachment.h')
-rw-r--r--src/core/rfc822/MCAttachment.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/core/rfc822/MCAttachment.h b/src/core/rfc822/MCAttachment.h
index 0be168aa..ac12a5b5 100644
--- a/src/core/rfc822/MCAttachment.h
+++ b/src/core/rfc822/MCAttachment.h
@@ -27,13 +27,14 @@ namespace mailcore {
virtual void setData(Data * data);
virtual Data * data();
- static AbstractPart * attachmentsWithMIME(struct mailmime * mime);
-
public: // subclass behavior
Attachment(Attachment * other);
virtual String * description();
virtual Object * copy();
+ public: // private
+ static AbstractPart * attachmentsWithMIME(struct mailmime * mime);
+
private:
Data * mData;
void init();