Dano build fix.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24549 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1181,6 +1181,9 @@ MessageView::SetTo(BMessage& message)
|
|||||||
|
|
||||||
type_code type;
|
type_code type;
|
||||||
int32 count;
|
int32 count;
|
||||||
|
#ifdef HAIKU_TARGET_PLATFORM_DANO
|
||||||
|
const
|
||||||
|
#endif
|
||||||
char* name;
|
char* name;
|
||||||
for (int32 i = 0; message.GetInfo(B_ANY_TYPE, i, &name, &type, &count)
|
for (int32 i = 0; message.GetInfo(B_ANY_TYPE, i, &name, &type, &count)
|
||||||
== B_OK; i++) {
|
== B_OK; i++) {
|
||||||
|
|||||||
Reference in New Issue
Block a user