[Liblas-commits] hg: try using liblas' uint32_t instead of the
global one
liblas-commits at liblas.org
liblas-commits at liblas.org
Thu Nov 12 10:05:45 EST 2009
changeset 4dc87201aa35 in /home/www/liblas.org/hg
details: http://hg.liblas.org/main/hg?cmd=changeset;node=4dc87201aa35
summary: try using liblas' uint32_t instead of the global one
diffstat:
include/liblas/index/datastream.hpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r f58df16a050b -r 4dc87201aa35 include/liblas/index/datastream.hpp
--- a/include/liblas/index/datastream.hpp Tue Nov 10 14:04:07 2009 -0600
+++ b/include/liblas/index/datastream.hpp Thu Nov 12 09:02:10 2009 -0600
@@ -71,7 +71,7 @@
SpatialIndex::IData* getNext();
bool hasNext() throw (Tools::NotSupportedException);
- ::uint32_t size() throw (Tools::NotSupportedException);
+ uint32_t size() throw (Tools::NotSupportedException);
void rewind() throw (Tools::NotSupportedException);
/// Sets the index dimension
More information about the Liblas-commits
mailing list