Skip to content

Commit

Permalink
Merge pull request #16 from lsst/tickets/DM-9671
Browse files Browse the repository at this point in the history
DM-9671: Rename custom pybind11 namespace to python
  • Loading branch information
Pim Schellart committed Mar 2, 2017
2 parents 2222157 + e7fd1d7 commit 91fba34
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
* see <http://www.lsstcorp.org/LegalNotices/>.
*/

#ifndef LSST_PEX_CONFIG_PYBIND11_H
#define LSST_PEX_CONFIG_PYBIND11_H
#ifndef LSST_PEX_CONFIG_PYTHON_H
#define LSST_PEX_CONFIG_PYTHON_H

/**
* Macro used to wrap fields declared by `LSST_CONTROL_FIELD` using Pybind11.
Expand Down

0 comments on commit 91fba34

Please sign in to comment.