Skip to content

Commit

Permalink
Export StageExtensions::extensions()
Browse files Browse the repository at this point in the history
  • Loading branch information
abellgithub committed Jun 14, 2019
1 parent 8740c58 commit b44f459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pdal/StageExtensions.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class StageExtensions
PDAL_DLL void set(const std::string& stage, const StringList& exts);
std::string defaultReader(const std::string& filename);
std::string defaultWriter(const std::string& filename);
StringList extensions(const std::string& stage);
PDAL_DLL StringList extensions(const std::string& stage);
private:
void load();

Expand Down

0 comments on commit b44f459

Please sign in to comment.