Skip to content

Commit

Permalink
nitf::Writer is now nitf::NitfWriter
Browse files Browse the repository at this point in the history
  • Loading branch information
chambbj committed Nov 7, 2014
1 parent 49739ca commit 35f1795
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/pdal/drivers/las/Writer.hpp
Expand Up @@ -46,7 +46,7 @@ namespace drivers

namespace nitf
{
class Writer;
class NitfWriter;
}

namespace las
Expand All @@ -65,7 +65,7 @@ struct VlrOptionInfo

class PDAL_DLL Writer : public pdal::Writer
{
friend class nitf::Writer;
friend class nitf::NitfWriter;
public:
SET_STAGE_NAME("drivers.las.writer", "Las Writer")
SET_STAGE_LINK("http://pdal.io/stages/drivers.las.writer.html")
Expand Down

0 comments on commit 35f1795

Please sign in to comment.