From f8b5e17a239b094593e4049827571bb9d20a8399 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Fri, 18 Jan 2013 18:20:01 +0100 Subject: [PATCH] Minor cleanup. --- headers/os/add-ons/mail_daemon/MailProtocol.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/headers/os/add-ons/mail_daemon/MailProtocol.h b/headers/os/add-ons/mail_daemon/MailProtocol.h index cd5a306659..bb907196e2 100644 --- a/headers/os/add-ons/mail_daemon/MailProtocol.h +++ b/headers/os/add-ons/mail_daemon/MailProtocol.h @@ -127,7 +127,7 @@ public: virtual status_t SyncMessages() = 0; virtual status_t FetchBody(const entry_ref& ref) = 0; virtual status_t MarkMessageAsRead(const entry_ref& ref, - read_flags flag = B_READ); + read_flags flags = B_READ); virtual status_t DeleteMessage(const entry_ref& ref) = 0; virtual status_t AppendMessage(const entry_ref& ref);