fix build of rc under ZETA

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14613 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus 2005-11-01 12:44:40 +00:00
parent ec769ec5b2
commit 1ce9b0cb59

View File

@ -554,7 +554,11 @@ write_fields(BMessage &msg)
int32 t = 0;
int32 item = 0;
#ifdef B_BEOS_VERSION_DANO
const char *name;
#else
char *name;
#endif
type_code type;
int32 count;
const void *data;