aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/abstract/MCAbstractMessage.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/abstract/MCAbstractMessage.h')
-rw-r--r--src/core/abstract/MCAbstractMessage.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/abstract/MCAbstractMessage.h b/src/core/abstract/MCAbstractMessage.h
index 49c4805b..d7384b36 100644
--- a/src/core/abstract/MCAbstractMessage.h
+++ b/src/core/abstract/MCAbstractMessage.h
@@ -21,8 +21,8 @@ namespace mailcore {
virtual AbstractPart * partForContentID(String * contentID);
virtual AbstractPart * partForUniqueID(String * uniqueID);
- virtual Array * attachments();
- virtual Array * htmlInlineAttachments();
+ virtual Array * /* AbstractPart */ attachments();
+ virtual Array * /* AbstractPart */ htmlInlineAttachments();
public: //subclass behavior
AbstractMessage(AbstractMessage * other);