Skip to content

Commit

Permalink
make sure to PDAL_DLL some python stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Mar 30, 2018
1 parent d87f837 commit 4eaf0ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions plugins/python/plang/Environment.hpp
Expand Up @@ -56,10 +56,10 @@ namespace pdal
namespace plang
{

PyObject *fromMetadata(MetadataNode m);
void addMetadata(PyObject *list, MetadataNode m);
PDAL_DLL PyObject *fromMetadata(MetadataNode m);
PDAL_DLL void addMetadata(PyObject *list, MetadataNode m);

std::string getTraceback();
PDAL_DLL std::string getTraceback();

class Environment;
typedef Environment *EnvironmentPtr;
Expand Down

0 comments on commit 4eaf0ae

Please sign in to comment.