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:
@@ -10,6 +10,11 @@
|
||||
#include <Messenger.h>
|
||||
|
||||
|
||||
enum {
|
||||
B_MAIL_BODY_FETCHED = '_Mbf'
|
||||
};
|
||||
|
||||
|
||||
class BMailDaemon {
|
||||
public:
|
||||
BMailDaemon();
|
||||
|
||||
Reference in New Issue
Block a user