Skip to content

Commit

Permalink
Fix a gcc/clang compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
gwaldron committed Jan 14, 2025
1 parent 3ccacf2 commit e58519b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/osgEarthProcedural/RoadSurfaceLayer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ RoadSurfaceLayer::createImageImplementation(const TileKey& key, ProgressCallback
int render_order = 0;
RenderSymbol ordering;

auto processStyle = [&](auto& style, auto& features, auto* progress)
auto processStyle = [&](const Style& style, auto& features, auto* progress)
{
if (!group.valid())
group = new osg::Group();
Expand Down

0 comments on commit e58519b

Please sign in to comment.