[Liblas-commits] hg-main-tree: build fix

liblas-commits at liblas.org liblas-commits at liblas.org
Tue Apr 26 13:23:37 EDT 2011


details:   http://hg.libpc.orghg-main-tree/rev/199ee57d3576
changeset: 662:199ee57d3576
user:      Michael P. Gerlek <mpg at flaxen.com>
date:      Tue Apr 26 10:23:28 2011 -0700
description:
build fix

diffstat:

 test/unit/BoundsTest.cpp |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r fa451382042d -r 199ee57d3576 test/unit/BoundsTest.cpp
--- a/test/unit/BoundsTest.cpp	Tue Apr 26 10:21:33 2011 -0700
+++ b/test/unit/BoundsTest.cpp	Tue Apr 26 10:23:28 2011 -0700
@@ -263,12 +263,12 @@
 
 BOOST_AUTO_TEST_CASE(test_input)
 {
-    Bounds<int> r(1,2,10,20);
+    Bounds<double> r(1,2,10,20);
   
     std::stringstream iss;
     iss << "[10 .. 20]";
 
-    Bounds<int> rr;
+    Bounds<double> rr;
     iss >> rr;
 
     BOOST_CHECK(r == rr);


More information about the Liblas-commits mailing list