Skip to content

Commit 21b94c6

Browse files
committed
2 parents 2282989 + 36cabdf commit 21b94c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PotreeConverter/include/XYZPointReader.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ class XYZPointReader : public PointReader{
9797
}
9898

9999
int i = 0;
100-
for(const auto &f : format) {
100+
for(const auto &f : this->format) {
101101
string token = tokens[i++];
102102
if(f == 'r'){
103103
max = std::max(max, stof(token));

0 commit comments

Comments
 (0)