gcc44 compliance for gui

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1218 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
joss17 2009-05-11 14:33:32 +00:00
parent ec072e53f4
commit e4363d4db2
15 changed files with 15 additions and 2 deletions

View file

@ -23,6 +23,7 @@
#define _FEED_HOLDER_H
#include <string>
#include <stdint.h>
const uint32_t FEEDHOLDER_MSG_MESSAGE = 0x0001;
const uint32_t FEEDHOLDER_MSG_FORUM = 0x0002;