Skip to content

Commit 364530d

Browse files
committed
[lazperf] Port hobuinc/laz-perf@9048d0d
Causing a warning in mingw builds, already fixed by upstream commit
1 parent 950c1ef commit 364530d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

external/lazperf/lazperf/las.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ struct point10
6060
unsigned char user_data;
6161
unsigned short point_source_ID;
6262

63-
point10() : x(0), y(0), intensity(0), return_number(0),
63+
point10() : x(0), y(0), z(0), intensity(0), return_number(0),
6464
number_of_returns_of_given_pulse(0), scan_direction_flag(0),
6565
edge_of_flight_line(0), classification(0),
6666
scan_angle_rank(0), user_data(0), point_source_ID(0)

0 commit comments

Comments
 (0)