[Liblas-commits] hg: Add boost:: namesapce to uint32_t declarations.
liblas-commits at liblas.org
liblas-commits at liblas.org
Thu Apr 21 16:28:28 EDT 2011
details: http://hg.liblas.orghg/rev/5385bcbdfc4d
changeset: 2927:5385bcbdfc4d
user: Gary Huber <gary at garyhuberart.com>
date: Thu Apr 21 14:26:48 2011 -0600
description:
Add boost:: namesapce to uint32_t declarations.
diffstat:
src/chipper.cpp | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (14 lines):
diff -r 8c5b463da441 -r 5385bcbdfc4d src/chipper.cpp
--- a/src/chipper.cpp Wed Apr 20 13:52:53 2011 -0500
+++ b/src/chipper.cpp Thu Apr 21 14:26:48 2011 -0600
@@ -287,8 +287,8 @@
// narrow array by copying them to the spare array in the correct
// partition. The spare array then becomes the active narrow array
// for the [left,right] partition.
- uint32_t lstart = left;
- uint32_t rstart = center;
+ boost::uint32_t lstart = left;
+ boost::uint32_t rstart = center;
for (boost::uint32_t i = left; i <= right; ++i)
{
if (narrow[i].m_oindex < center)
More information about the Liblas-commits
mailing list