Fixed Mail build.

* The former kMsgBodyFetched (now B_MAIL_BODY_FETCHED, following the other
  message constant names in AppDefs.h) must be public.
This commit is contained in:
Axel Dörfler
2015-01-06 15:22:18 +01:00
parent e1e78d4deb
commit bcf60bbb83
4 changed files with 12 additions and 7 deletions
+5
View File
@@ -10,6 +10,11 @@
#include <Messenger.h>
enum {
B_MAIL_BODY_FETCHED = '_Mbf'
};
class BMailDaemon {
public:
BMailDaemon();