Skip to content

Commit

Permalink
declare PDAL_DLL for writePipeline and friends
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Jan 16, 2016
1 parent 463d689 commit 2b75f17
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions include/pdal/PipelineWriter.hpp
Expand Up @@ -49,14 +49,14 @@ class Stage;

namespace PipelineWriter
{
void writePipeline(Stage *s, const std::string& filename);
void writePipeline(Stage *s, std::ostream& strm);
void PDAL_DLL writePipeline(Stage *s, const std::string& filename);
void PDAL_DLL writePipeline(Stage *s, std::ostream& strm);

void writeOptions(boost::property_tree::ptree& tree,
void PDAL_DLL writeOptions(boost::property_tree::ptree& tree,
const Options& opts);
void writeMetadata(boost::property_tree::ptree& tree,
void PDAL_DLL writeMetadata(boost::property_tree::ptree& tree,
const MetadataNode& input);
void writeMetadata(boost::property_tree::ptree& tree,
void PDAL_DLL writeMetadata(boost::property_tree::ptree& tree,
const MetadataNodeList& input);
};

Expand Down

0 comments on commit 2b75f17

Please sign in to comment.