Skip to content

Commit

Permalink
Update JavaPipeline.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
pomadchin authored Sep 24, 2023
1 parent 0421f1a commit f7c78e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion native/src/JavaPipeline.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ MetadataNode computePreview(Stage* stage)
string PipelineExecutor::getQuickInfo() const
{

pdal::Stage* stage(nullptr);
Stage* stage(nullptr);
vector<Stage *> stages = m_manager.stages();
vector<Stage *> previewStages;

Expand Down

0 comments on commit f7c78e7

Please sign in to comment.