* 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:
Axel Dörfler 2010-06-06 09:37:46 +00:00
parent 42f6e06f3b
commit d48edac1a6

View File

@ -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.
*/
#ifndef _PROPERTY_INFO_H
@ -12,6 +12,9 @@
#include <TypeConstants.h>
class BMessage;
struct compound_type {
struct field_pair {
const char* name;
@ -98,5 +101,5 @@ private:
uint32 _reserved[4];
};
#endif /* _PROPERTY_INFO_H */
#endif /* _PROPERTY_INFO_H */