[Liblas-commits] libpc: fix for Hobu :-)

liblas-commits at liblas.org liblas-commits at liblas.org
Sat Feb 5 18:56:10 EST 2011


details:   http://hg.liblas.orglibpc/rev/8d9f00786195
changeset: 6:8d9f00786195
user:      Michael P. Gerlek <mpg at flaxen.com>
date:      Sat Feb 05 15:54:32 2011 -0800
description:
fix for Hobu :-)

diffstat:

 include/libpc/PointData.hpp |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r fcb60d43eb95 -r 8d9f00786195 include/libpc/PointData.hpp
--- a/include/libpc/PointData.hpp	Fri Feb 04 18:11:50 2011 -0800
+++ b/include/libpc/PointData.hpp	Sat Feb 05 15:54:32 2011 -0800
@@ -37,7 +37,7 @@
 
 #include "Layout.hpp"
 
-typedef unsigned char byte;
+#define byte unsigned char
 
 // a PointData object is just an untyped array of N bytes,
 // where N is (the size of the given Layout * the number of points)


More information about the Liblas-commits mailing list