[Liblas-commits] hg: backport r47aa99c03689 to 1.2 branch

liblas-commits at liblas.org liblas-commits at liblas.org
Wed Sep 30 14:04:28 EDT 2009


changeset 4fde250b2634 in /home/www/liblas.org/hg
details: http://hg.liblas.org/main/hg?cmd=changeset;node=4fde250b2634
summary: backport r47aa99c03689 to 1.2 branch

diffstat:

 python/liblas/core.py |  4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diffs (14 lines):

diff -r 6778b79522d9 -r 4fde250b2634 python/liblas/core.py
--- a/python/liblas/core.py	Tue Aug 25 23:50:18 2009 +0000
+++ b/python/liblas/core.py	Wed Sep 30 13:02:06 2009 -0500
@@ -281,6 +281,10 @@
 las.LASPoint_Copy.argtypes = [ctypes.c_void_p]
 las.LASPoint_Copy.errcheck = check_void
 
+las.LASPoint_Destroy.argtypes = [ctypes.c_void_p]
+las.LASPoint_Destroy.errcheck = check_void_done
+las.LASPoint_Destroy.restype = None
+
 las.LASReader_GetHeader.restype = ctypes.c_void_p
 las.LASReader_GetHeader.argtypes = [ctypes.c_void_p]
 las.LASReader_GetHeader.errcheck = check_void


More information about the Liblas-commits mailing list