* Should fix #6132, PropertyInfo.h was not self contained.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37027 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright 2009, Haiku Inc. All rights reserved.
|
* Copyright 2009-2010, Haiku Inc. All rights reserved.
|
||||||
* Distributed under the terms of the MIT license.
|
* Distributed under the terms of the MIT license.
|
||||||
*/
|
*/
|
||||||
#ifndef _PROPERTY_INFO_H
|
#ifndef _PROPERTY_INFO_H
|
||||||
@@ -12,6 +12,9 @@
|
|||||||
#include <TypeConstants.h>
|
#include <TypeConstants.h>
|
||||||
|
|
||||||
|
|
||||||
|
class BMessage;
|
||||||
|
|
||||||
|
|
||||||
struct compound_type {
|
struct compound_type {
|
||||||
struct field_pair {
|
struct field_pair {
|
||||||
const char* name;
|
const char* name;
|
||||||
@@ -98,5 +101,5 @@ private:
|
|||||||
uint32 _reserved[4];
|
uint32 _reserved[4];
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif /* _PROPERTY_INFO_H */
|
|
||||||
|
|
||||||
|
#endif /* _PROPERTY_INFO_H */
|
||||||
|
|||||||
Reference in New Issue
Block a user