]> git.mxchange.org Git - simgear.git/blobdiff - simgear/io/sg_binobj.hxx
MacOS X fix
[simgear.git] / simgear / io / sg_binobj.hxx
index cc4f9498308234cd990da4e616ca6c04db8cf101..7fd5eb477b14f11d72207584527c081f8b12a66f 100644 (file)
@@ -39,7 +39,7 @@
 #include <time.h>
 
 #include <list>
-#include STL_STRING
+#include <string>
 
 
 
@@ -74,9 +74,9 @@ typedef group_list::const_iterator const_group_list_iterator;
  *
  * - prop_typecode: material_name | ???
  *
- * - nelements: SHORT (Gives us 65536 which ought to be enough, right?)
+ * - nelements: USHORT (Gives us 65536 which ought to be enough, right?)
  *
- * - nproperties: SHORT
+ * - nproperties: USHORT
  *
  * - *_typecode: CHAR
  *