Skip to content

Commit 4878b13

Browse files
authored
Update JavaPipeline.cpp
1 parent af2642e commit 4878b13

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
@@ -146,7 +146,7 @@ string PipelineExecutor::getSchema() const
146146
return strm.str();
147147
}
148148

149-
MetadataNode computePreview(pdal::Stage* stage)
149+
MetadataNode computePreview(Stage* stage)
150150
{
151151
if (!stage)
152152
throw java_error("no valid stage in QuickInfo");

0 commit comments

Comments
 (0)