Skip to content
  • Kyle Edwards's avatar
    Fix cast issue in vtkIOPDAL · b481b50d
    Kyle Edwards authored
    As of PDAL 1.7.1, Reader has virtual inheritance from Stage, which
    means static_cast() can no longer be used to downcast from Stage to
    Reader. Because we're not using anything specific to Reader, this
    change gets rid of the cast entirely and just uses the Stage base
    class directly.
    b481b50d