[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:06:22 EST 2009
changeset 9380e733d922 in /home/www/liblas.org/hg
details: http://hg.liblas.org/main/hg?cmd=changeset;node=9380e733d922
summary: try using liblas' uint32_t instead of the global one
diffstat:
src/index/datastream.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 4dc87201aa35 -r 9380e733d922 src/index/datastream.cpp
--- a/src/index/datastream.cpp Thu Nov 12 09:02:10 2009 -0600
+++ b/src/index/datastream.cpp Thu Nov 12 09:03:02 2009 -0600
@@ -112,7 +112,7 @@
return (m_pNext != 0);
}
-::uint32_t LASIndexDataStream::size() throw (Tools::NotSupportedException)
+uint32_t LASIndexDataStream::size() throw (Tools::NotSupportedException)
{
throw Tools::NotSupportedException("Operation not supported.");
}
More information about the Liblas-commits
mailing list