mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-04 00:04:03 -04:00
[lazperf] Port https://github.com/hobuinc/laz-perf/commit/9048d0d
Causing a warning in mingw builds, already fixed by upstream commit
This commit is contained in:
parent
950c1efc0d
commit
364530dfb3
2
external/lazperf/lazperf/las.hpp
vendored
2
external/lazperf/lazperf/las.hpp
vendored
@ -60,7 +60,7 @@ struct point10
|
||||
unsigned char user_data;
|
||||
unsigned short point_source_ID;
|
||||
|
||||
point10() : x(0), y(0), intensity(0), return_number(0),
|
||||
point10() : x(0), y(0), z(0), intensity(0), return_number(0),
|
||||
number_of_returns_of_given_pulse(0), scan_direction_flag(0),
|
||||
edge_of_flight_line(0), classification(0),
|
||||
scan_angle_rank(0), user_data(0), point_source_ID(0)
|
||||
|
Loading…
x
Reference in New Issue
Block a user