Skip to content

Commit

Permalink
seriously
Browse files Browse the repository at this point in the history
  • Loading branch information
paleolimbot committed Nov 4, 2024
1 parent 2a13996 commit 58491ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/s2geography/geography.cc
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ void EncodedShapeIndexGeography::Decode(Decoder* decoder,
auto new_index = absl::make_unique<EncodedS2ShapeIndex>();
S2Error error;

#if defined(S2_VERSION_MAJOR) && S2_VERSION_MINOR > 11
#if defined(S2_TAGGED_SHAPE_FACTORY_WITH_ERROR)
shape_factory_ = absl::make_unique<s2shapeutil::TaggedShapeFactory>(
s2shapeutil::LazyDecodeShape, decoder, error);
#else
Expand Down

0 comments on commit 58491ff

Please sign in to comment.