Skip to content

Commit

Permalink
Fix syntax error that occurs with gcc11
Browse files Browse the repository at this point in the history
  • Loading branch information
cfneuhaus committed Aug 19, 2021
1 parent 70a170b commit 4248454
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/liblas/bounds.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ class Bounds

public:

Bounds<T>()
Bounds()
{
ranges.resize(0);
}
Expand Down

0 comments on commit 4248454

Please sign in to comment.