[haiku-commits] r37027 - haiku/trunk/headers/os/app

  • From: axeld@xxxxxxxxxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Sun, 6 Jun 2010 11:37:46 +0200 (CEST)

Author: axeld
Date: 2010-06-06 11:37:46 +0200 (Sun, 06 Jun 2010)
New Revision: 37027
Changeset: http://dev.haiku-os.org/changeset/37027/haiku
Ticket: http://dev.haiku-os.org/ticket/6132

Modified:
   haiku/trunk/headers/os/app/PropertyInfo.h
Log:
* Should fix #6132, PropertyInfo.h was not self contained.


Modified: haiku/trunk/headers/os/app/PropertyInfo.h
===================================================================
--- haiku/trunk/headers/os/app/PropertyInfo.h   2010-06-06 06:25:13 UTC (rev 
37026)
+++ haiku/trunk/headers/os/app/PropertyInfo.h   2010-06-06 09:37:46 UTC (rev 
37027)
@@ -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 @@
                        uint32                          _reserved[4];
 };
 
-#endif /* _PROPERTY_INFO_H */
 
+#endif /* _PROPERTY_INFO_H */


Other related posts:

  • » [haiku-commits] r37027 - haiku/trunk/headers/os/app - axeld