Skip to content

Commit

Permalink
Update src/geom/GeometryCollection.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Even Rouault <[email protected]>
  • Loading branch information
dbaston and rouault authored Jan 5, 2025
1 parent d3743ed commit 383439b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/geom/GeometryCollection.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ GeometryCollection::GeometryCollection(const GeometryCollection& gc)
:
Geometry(gc),
geometries(gc.geometries.size()),
flags{}, // set all flags to zero
flags(gc.flags),
envelope(gc.envelope)
{
for(std::size_t i = 0; i < geometries.size(); ++i) {
Expand Down

0 comments on commit 383439b

Please sign in to comment.