Skip to content

Commit

Permalink
fix up includes for getPythonEnvironment
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Jun 25, 2012
1 parent a4104e1 commit c7f8247
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions include/pdal/GlobalEnvironment.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,8 @@ class PDAL_DLL GlobalEnvironment
// with no args, returns the not-a-thread thread environment
ThreadEnvironment& getThreadEnvironment(boost::thread::id=boost::thread::id());

#ifdef PDAL_HAVE_PYTHON
// get the plang (python) environment
plang::PythonEnvironment& getPythonEnvironment();
#endif

// forwarded function
boost::random::mt19937* getRNG();
Expand Down

0 comments on commit c7f8247

Please sign in to comment.