summaryrefslogtreecommitdiff
path: root/noncore/net/mail/libmailwrapper/mailtypes.h
Unidiff
Diffstat (limited to 'noncore/net/mail/libmailwrapper/mailtypes.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/mail/libmailwrapper/mailtypes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/noncore/net/mail/libmailwrapper/mailtypes.h b/noncore/net/mail/libmailwrapper/mailtypes.h
index 05c4816..b2047cb 100644
--- a/noncore/net/mail/libmailwrapper/mailtypes.h
+++ b/noncore/net/mail/libmailwrapper/mailtypes.h
@@ -187,6 +187,7 @@ struct folderStat
187 unsigned int message_count; 187 unsigned int message_count;
188 unsigned int message_unseen; 188 unsigned int message_unseen;
189 unsigned int message_recent; 189 unsigned int message_recent;
190 folderStat&operator=(const folderStat&old);
190}; 191};
191 192
192#endif 193#endif