Skip to content

Commit f7c78e7

Browse files
authored
Update JavaPipeline.cpp
1 parent 0421f1a commit f7c78e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

native/src/JavaPipeline.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ MetadataNode computePreview(Stage* stage)
191191
string PipelineExecutor::getQuickInfo() const
192192
{
193193

194-
pdal::Stage* stage(nullptr);
194+
Stage* stage(nullptr);
195195
vector<Stage *> stages = m_manager.stages();
196196
vector<Stage *> previewStages;
197197

0 commit comments

Comments
 (0)